View Single Post
  #3  
Old 07-12-2003, 10:09 AM
 
Stickercuttingcom Stickercuttingcom is offline
 

Newbie
  
Join Date: May 2003
Posts: 8
 

Default

Here is my head.tpl file. To see how it looks on the main store, you can checkout http://www.stickercutting.com/cart/customer It is one large image. Just apply your linking and go!

Code:
{* $Id: head.tpl,v 1.22.2.1 2003/02/19 13:23:08 svowl Exp $ *} <TABLE align=center border=0 cellPadding=0 cellSpacing=0 class=HeadBox width=100%> <TR> <TD colSpan=3 valign="top" width="684">[img]http://www.stickercutting.com/logo.gif[/img]</TD> </TR> <TR> <TD valign=center width=70></TD> <TD valign=center></TD> <TD rowSpan=3 width=99% valign=top class=HeadBox> <P align=right><SPAN class=NumberOfArticles>{insert name="productsonline"} {$lng.lbl_products} {if $config.General.show_in_stock eq "Y"}{$lng.lbl_and} {insert name="itemsonline"} {$lng.lbl_items} {/if}{$lng.lbl_online}</SPAN></P> </TD> </TR> {if $usertype eq "C"} <form method="get" action="http://www.stickercutting.com/cart/customer/search.php" name=productsearchform> <tr> <td valign="middle" width=34> <span class="TopLabel">б═{$lng.lbl_search}:</span></p> </td> <td valign="middle" width=250> <input type="text" name="substring" size="16" value="{$smarty.get.substring|escape}"> {include file="buttons/search_head.tpl"} </td> </tr> <tr> <td width=34></td> <td>{$lng.lbl_advanced_search}</td> </tr> </form> {else} <tr> <td> </td> <td> </td> </tr> <tr> <td> </td> <td> </td> </tr> {/if} </TABLE>
[/url]
Reply With Quote