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.
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
<{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}>