sorry, is it possible to detect the hostname in theme.tpl file? can´t find a solution for the problem in the forum. thanks, useb.
do you know the php code that would get the hostname? if so,
{capture assign="hostname"}{php}print ......;{/php}{/capture} {$hostname}
thanks, my php is o.k., but that smarty thing...
Posts: 8601
do you know the php code that would get the hostname? if so,
{capture assign="hostname"}{php}print ......;{/php}{/capture} {$hostname}Posts: 4
thanks,
my php is o.k., but that smarty thing...