3
Quote:
Bahattee wrote:
It is a theme problem ...
You only have to put <{$xoops_module_header}> into your theme.html ...
Thank you
- now I need some more precise directions - where in theme.html do I paste <{$xoops_module_header}> ?
The current theme.html is this:
<{$xoops_sitename}> - <{$xoops_pagetitle}>
<{foreach item=block from=$xoops_lblocks}> <{include file="scac/theme_blockleft.html"}> <{/foreach}> |
<{if $xoops_showcblock == 1}>
<{foreach item=block from=$xoops_ccblocks}> <{include file="scac/theme_blockcenter_c.html"}> <{/foreach}>
|
<{foreach item=block from=$xoops_clblocks}> <{include file="scac/theme_blockcenter_l.html"}> <{/foreach}> |
<{foreach item=block from=$xoops_crblocks}> <{include file="scac/theme_blockcenter_r.html"}> <{/foreach}> |
<{/if}>
<{$xoops_contents}> |
<{if $xoops_showrblock == 1}>
<{foreach item=block from=$xoops_rblocks}> <{include file="scac/theme_blockright.html"}> <{/foreach}> |
<{/if}>
If you can point out exactly where to paste it I should be right as rain!
Thanks