View Single Post
Old September 26th, 2010, 08:37 PM   #3 (permalink)
todknight
Member
Verified Customer
 
Join Date: Sep 2010
Posts: 35
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">&nbsp;</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;
?>
todknight is offline   Reply With Quote