(was in a college lesson)anyone?
xoops FTW
(was in a college lesson)
. On the custom page i used php to include another php page with no content with its theme set to "block". I made a theme called block which has no styles applied and just the code to include a block.<table cellspacing="0">
<tr>
<td id="centercolumn">
<!-- Display center blocks if any -->
<{if $xoops_showcblock == 1}>
<table cellspacing="0">
<tr>
<td id="centerRcolumn">
<!-- Start center-right blocks loop -->
<{foreach item=block from=$xoops_crblocks}>
<{include file="default/theme_blockcenter_r.html"}>
<{/foreach}>
<!-- End center-right blocks loop -->
</td>
</tr>
</table>
<{/if}>
<!-- End display center blocks -->
</td>
</tr>
</table>
