11
jcweb
Re: Adding a subheader to each module?
  • 2011/10/19 10:48

  • jcweb

  • Quite a regular

  • Posts: 253

  • Since: 2005/4/25


Hi friends
I will post the solution. The theme designer forgot to include the hack i send him:

le="color: #000000"><?php <{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

12
Burning
Re: Adding a subheader to each module?
  • 2011/10/19 11:39

  • Burning

  • Theme Designer

  • Posts: 1163

  • Since: 2006/8/22


Thanks !
Still learning CSS and... english