View Single Post
  #17  
Old 07-17-2010, 08:23 PM
  ARW VISIONS's Avatar 
ARW VISIONS ARW VISIONS is offline
 

X-Man
  
Join Date: Jan 2007
Location: Pensacola, FL
Posts: 2,536
 

Default Re: Align Categories Top Left

that is the contents of skin1/help.tpl not skin1/customer/help.tpl

You need to make sure you are looking in the correct files.

Quote:
Originally Posted by SID357
Well, here's my help.tpl

Code:
{* $Id: help.tpl,v 1.21 2008/08/21 09:52:40 max Exp $ vim: set ts=2 sw=2 sts=2 et: *} {capture name=menu} <a href="help.php?section=contactus&amp;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"}

I can change the overall look and stuff in languages, but I can't figure out where the left padding is coming from. Can't use Webmaster, cause they're links.

__________________
xcart 5.1.2
Reply With Quote