View Single Post
  #3  
Old 04-05-2004, 03:09 AM
 
info@bodymarcat.com info@bodymarcat.com is offline
 

Member
  
Join Date: Apr 2004
Posts: 19
 

Default home.tpl

I have tried putting it there also. Is there something else I should put before or after it? It still just makes whatever page I put it on load blank.
Here is where I put it in home.tpl

<tr>
<td width=6></td>
<td width=150 valign=top>
{ include file="customer/categories.tpl" }


{if $active_modules.Bestsellers ne "" and $config.Modules.bestsellers_menu eq "Y"}
{ include file="modules/Bestsellers/menu_bestsellers.tpl" }
{/if}
{include file="customer/special.tpl"}
{ include file="help.tpl" }
<script src="https://siteseal.thawte.com/cgi/server/thawte_seal_generator.exe">
</script>
</td>
<td width=20></td>
<td valign=top>

{include file="customer/home_main.tpl"}

Reply With Quote