11
Hi friends
I will post the solution. The theme designer forgot to include the hack i send him:
<{php}> // HACK for absolute path
$pageurl = getenv("REQUEST_URI");
$GLOBALS['xoopsTpl']->assign( 'xoops_pageurl', $pageurl);
<{/php}>
The code must implement in theme.html before < head >. If anyone have another solution that will work, thanks in advance.
Greets and thanks for replies!
Andy