4
mamba thank you for the answer.
thank you for the links. in my case it is different. does not play with smarty, the solution is to use php directly.
le="color: #000000"><?php echo '<{$xoops_slogan}> => "'.htmlspecialchars($GLOBALS['xoopsConfig']['slogan'], ENT_QUOTES).'"'; <{$xoops_sitename}> - "'.htmlspecialchars($GLOBALS['xoopsConfig']['sitename'], ENT_QUOTES).'"
My problem now is to find the php code that generates the blocks. left center and right column.
have you a pist for this
le="color: #000000"><?php <{if $xoops_showlblock}> <{foreach item=block from=$xoBlocks.canvas_left}> <{if $block.title}> <div class="blockTitle"><{$block.title}></div> <{/if}> <div class="blockContent"><{$block.content}></div> <{/foreach}> <{/if}>