View Single Post
  #7  
Old 04-13-2007, 08:19 AM
  Madhatterr's Avatar 
Madhatterr Madhatterr is offline
 

eXpert
  
Join Date: Jan 2007
Posts: 202
 

Default Re: Day for losing things - Help Zone Box

/help.tpl -

Code:
{* $Id: help.tpl,v 1.19 2004/06/04 12:52:38 svowl Exp $ *} {if $usertype eq "C"} <TABLE border="0" cellpadding="0" cellspacing="0"> <TR> <TD align="center"><A href="help.php?section=Password_Recovery" class="Help">{$lng.lbl_recover_password}</A></TD> <TD>&nbsp;&nbsp;&nbsp;<IMG src="{$ImagesDir}/custom/bluespacer.gif" width="1" height="10" alt="" border="0" align="absmiddle">&nbsp;&nbsp;&nbsp;</TD> <TD align="center"><A href="help.php?section=contactus&mode=update" class="Help">{$lng.lbl_contact_us}</a></TD> <TD>&nbsp;&nbsp;&nbsp;<IMG src="{$ImagesDir}/custom/bluespacer.gif" width="1" height="10" alt="" border="0" align="absmiddle">&nbsp;&nbsp;&nbsp;</TD> <TD align="center"><A href="help.php?section=business" class="Help">{$lng.lbl_privacy_statement}</a></TD> <TD>&nbsp;&nbsp;&nbsp;<IMG src="{$ImagesDir}/custom/bluespacer.gif" width="1" height="10" alt="" border="0" align="absmiddle">&nbsp;&nbsp;&nbsp;</TD> <TD align="center"><A href="help.php?section=conditions" class="Help">{$lng.lbl_terms_n_conditions}</a></TD> {include file="pages_menu.tpl"} </TR> </TABLE> {else} {capture name=menu} <A href="help.php?section=contactus&mode=update" class="VertMenuItems">{$lng.lbl_contact_us}</A><BR> <A href="help.php?section=business" class="VertMenuItems">{$lng.lbl_privacy_statement}</A><BR> <A href="help.php?section=conditions" class="VertMenuItems">{$lng.lbl_terms_n_conditions}</A><BR> {include file="pages_menu.tpl"} {/capture} { include file="menu.tpl" dingbats="dingbats_help.gif" menu_title=$lng.lbl_help menu_content=$smarty.capture.menu link_href="help.php"} {/if}


pages_menu.tpl -

Code:
{* $Id: pages_menu.tpl,v 1.4 2004/06/24 09:53:29 max Exp $ *} {section name=pg loop=$pages_menu} <A href="pages.php?pageid={$pages_menu[pg].pageid}" class="VertMenuItems">{$pages_menu[pg].title}</A><BR> {/section}
__________________
DeAnna Ross
http://madhatterrgames.com [v.4.1.8] Fashion Template
http://www.hortonstores.com [v.4.1.12] Fashion Mosaic Skin
http://teststore.hortonstores.com [v.4.2.2] Fashion Mosaic Skin TEST STORE - NOT FOR ACTUAL SHOPPING!
Reply With Quote