View Single Post
  #11  
Old 10-04-2005, 08:44 AM
 
houkim houkim is offline
 

Newbie
  
Join Date: Jul 2005
Posts: 5
 

Default

i checked my home.tpl thoroughly. however, i couldn't find any mistake on that about pairing the tags..
And.. as i mentioned, just same thing happened on the admin login page. so, i think it's not the problem of 'customer/home.tpl'.
please... help me.

just in case, here is my customer/home.tpl
Code:
{* $Id: home.tpl,v 1.67.2.8 2005/06/15 06:14:26 max Exp $ *} {if $printable ne ''} {include file="customer/home_printable.tpl"} {else} {config_load file="$skin_config"} <HTML> <HEAD> <TITLE> {if $config.SEO.page_title_format eq "A"} {section name=position loop=$location} {$location[position].0|escape} {if not %position.last%} :: {/if} {/section} {else} {section name=position loop=$location step=-1} {$location[position].0|escape} {if not %position.last%} :: {/if} {/section} {/if} </TITLE> { include file="meta.tpl" } <LINK rel="stylesheet" href="{$SkinDir}/{#CSSFile#}"> </HEAD> <BODY leftmargin="0" topmargin="0" rightmargin="0" bottomargin="0" marginwidth="0" marginheight="0"{if $body_onload ne ''} onload="{$body_onload}"{/if}> { include file="rectangle_top.tpl" } { include file="head.tpl" } {if $active_modules.SnS_connector} {include file="modules/SnS_connector/header.tpl"} {/if} <TABLE border="0" width="950" cellpadding="0" cellspacing="0" align="left"> <TR> <TD width="150" valign="top" border="0" cellspacing="0" cellpadding="0"> <table width="150" valign="top" border="0" cellspacing="0" cellpadding="0"> <tr><td>{if $usertype eq "C"} { include file="customer/search.tpl" } {/if} </td></tr> <tr> <td width="150" height="1">[img]{$ImagesDir}/spacer.gif[/img]</td> </tr> <tr> <td background="{$ImagesDir}/left_back.gif" width="150" height="70" border="0" cellspacing="0" cellpadding="0"> {if $active_modules.Manufacturers ne "" and $config.Modules.manufacturers_menu eq "Y"} { include file="modules/Manufacturers/menu_manufacturers.tpl" } {/if} </td> </tr> <tr> <td width="150" height="1">[img]{$ImagesDir}/spacer.gif[/img]</td> </tr> <tr> <td background="{$ImagesDir}/left_back.gif" width="150" height="70" border="0" cellspacing="0" cellpadding="0"> {if $categories ne "" and ($active_modules.Fancy_Categories ne "" or $config.General.root_categories eq "Y" or $subcategories ne "")} { include file="customer/categories.tpl" } {/if} </td> </tr> <tr> <td width="150" height="1">[img]{$ImagesDir}/spacer.gif[/img]</td> </tr> <tr> <td background="{$ImagesDir}/left_back.gif" width="150" height="70" border="0" cellspacing="0" cellpadding="0"> {include file="customer/special.tpl"} </td> </tr> <tr> <td width="150" height="1">[img]{$ImagesDir}/spacer.gif[/img]</td> </tr> <tr> <td background="{$ImagesDir}/left_back.gif" width="150" height="70" border="0" cellspacing="0" cellpadding="0"> { include file="help.tpl" } </td> </tr> </table> </TD> <TD valign="top"> {include file="customer/home_main.tpl"} </TD> <TD width="150" valign="top" border="0" cellspacing="0" cellpadding="0"> {if $active_modules.SnS_connector} {include file="modules/SnS_connector/button.tpl"} {/if} {if $active_modules.Feature_Comparison ne "" && $comparison_products ne ''} { include file="modules/Feature_Comparison/product_list.tpl" } {/if} {if $active_modules.Users_online ne ""} { include file="modules/Users_online/menu_users_online.tpl" } {/if} {if $login eq "" } { include file="auth.tpl" } {else} { include file="authbox.tpl" } {/if} { include file="customer/menu_cart.tpl" } { include file="news.tpl" } {if $active_modules.Interneka ne ""} { include file="modules/Interneka/menu_interneka.tpl" } {/if} { include file="poweredby.tpl" } [img]{$ImagesDir}/spacer.gif[/img] </TD> </TR> </TABLE> { include file="rectangle_bottom.tpl" } </BODY> </HTML> {/if}
Reply With Quote