| finally got it working
Bottom of the template is messed up and there is also an issue w/ the forumhead div at the top and a missing div (these may have been the bits at the bottom of the template). This is what I got to work:
top lines (beginning to the first <form ):
<?php
echo<<<PPPRINT
<!-- BEGIN TEMPLATE: cathead.tmpl -->
<ol class="floatcontainer" id="cathead"><!--ReviewPost, Copyright All Enthusiast,Inc. REPLACEME -->
<li class="forumbit_nopost" id="cathd">
<div class="forumhead foruminfo L1"> </div>
<ol id="cathd_1" class="childforum">
<li class="forumbit_post">
<div class="forumrow table">
<div class="blockrow">
<form method="get" action="{$Globals['maindir']}/showcat.php">
very bottom lines (from </form to the end): </table>
</form>
</div>
<br />
<!-- END TEMPLATE: cathead.tmpl -->
PPPRINT;
?> |