View Single Post
  #4  
Old 08-11-2008, 10:18 AM
 
flipb18b flipb18b is offline
 

Newbie
  
Join Date: Nov 2006
Posts: 9
 

Default Re: Multiple columns in a footer

Ashley:

Here is the code. I tried to edit it but i had to restore it back to its default state because somehow i broke the site including the admin panel. This is from bottom.tpl:

<div class="Bottom">{include file="copyright.tpl"}</div>
<div class="foot">
{capture name=menu}
<a href="help.php" class="VertMenuItems">{$lng.lbl_help}</a> |
<a href="help.php?section=contactus&amp;mode=update" class="VertMenuItems">{$lng.lbl_contact_us}</a> |
<a href="help.php?section=business" class="VertMenuItems">{$lng.lbl_privacy_statement} </a> |
<a href="help.php?section=conditions" class="VertMenuItems">{$lng.lbl_terms_n_conditions }</a>
{section name=pg loop=$pages_menu}
| <a href="pages.php?pageid={$pages_menu[pg].pageid}">{$pages_menu[pg].title}</a>
{/section}
{/capture}
{ include file="menu_foot.tpl" menu_content=$smarty.capture.menu }
</div>
__________________
affordableminds
X-Cart Version 4.1.3 GOLD
Reply With Quote