1
UPDATE: Found out how to do it!
. 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.
Page > 2nd page > theme > block
The block is run in the theme, which is applied to a 2nd page which is included in the main page.
SIMPLE
**************
very simple; how do i show a block
within a custom html page. So its actually within the "<{$xoops_contents}>" area of the page.
I can't include the include block code in the theme template.
i'v tried to add
<table cellspacing="0">
<tr>
<td id="centercolumn">
<{if $xoops_showcblock == 1}>
<table cellspacing="0">
<tr>
<td id="centerRcolumn">
<{foreach item=block from=$xoops_crblocks}>
<{include file="default/theme_blockcenter_r.html"}>
<{/foreach}>
td>
tr>
table>
<{/if}>
td>
tr>
table>
to the page.php but that just comes up as plain txt.
Any help would be greated with a smile
- - - - -
xoops FTW