View Single Post
  #4  
Old 09-14-2006, 04:20 PM
 
pinklinoleum pinklinoleum is offline
 

Advanced Member
  
Join Date: Aug 2006
Posts: 37
 

Default Re: Formatting gone awry... what the heck is that doing over THERE!?

and customer/home.tpl

Code:
{* $Id: home.tpl,v 1.67.2.10 2005/10/31 11:36:14 max Exp $ *} {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 background="{$ImagesDir}/bg.gif" style="background-repeat: no-repeat" leftmargin="0" topmargin="0" rightmargin="0" bottomargin="0" marginwidth="0" marginheight="0"> { include file="rectangle_top.tpl" } { include file="head.tpl" } {if $active_modules.SnS_connector} {include file="modules/SnS_connector/header.tpl"} {/if} <!-- main area --> <TABLE border="0" width="90%" cellpadding="0" cellspacing="0" align="left"> <TR> <TD width="6" rowspan="2">>&nbsp;</TD> <TD width="150" align= "left" valign="top"> {if $categories ne "" and ($active_modules.Fancy_Categories ne "" or $config.General.root_categories eq "Y" or $subcategories ne "")} { include file="customer/categories.tpl" } <BR> {/if} {if $active_modules.Bestsellers ne "" and $config.Modules.bestsellers_menu eq "Y"} {***** include file="modules/Bestsellers/menu_bestsellers.tpl" *****} {/if} {if $active_modules.Manufacturers ne "" and $config.Modules.manufacturers_menu eq "Y"} { include file="modules/Manufacturers/menu_manufacturers.tpl" } {/if} {*****include file="customer/special.tpl"*****} <BR> {if $login eq "" } { include file="auth.tpl" } <BR> {/if} { include file="customer/menu_cart.tpl" } <BR> {if $login eq "" } { include file="news.tpl" } {else} { include file="authbox.tpl" } {/if} <BR> { include file="help.tpl" } <BR> <BR> <BR> <BR> <BR> <BR> <BR> <BR> <BR> <IMG src="{$ImagesDir}/spacer.gif" width="150" height="1" border="0"> </TD> <TD width="30">&nbsp;&nbsp;</TD> <TD valign="top"> <!-- central space --> {include file="customer/home_main.tpl"} </TR> </TABLE> </BODY> { include file="rectangle_bottom.tpl" } </HTML>
__________________
XCART version 4.0.19
Reply With Quote