View Single Post
  #1  
Old 04-20-2007, 01:20 PM
  reachforlife's Avatar 
reachforlife reachforlife is offline
 

Member
  
Join Date: Apr 2007
Posts: 26
 

Default New static page horizontal menu

I created static pages and have changed my code to keep them from showing up in my help zone. I created a new menu called new_menu.tpl:

{* $Id: pages_menu.tpl,v 1.5 2005/11/17 06:55:36 max Exp $ *}
{capture name=menu}
<div class="categories">
{include file="pages_menu.tpl"}
</div>
{/capture}
{ include file="menu.tpl" menu_title="" menu_content=$smarty.capture.menu }

I would like to include this file in my bottom.tpl file so that I have these items at the bottom of every page HOWEVER - it is displaying the links vertically with bullet - I want it to display horizontally with a | between each link.

How do I accomplish this? Thanks in advance.
__________________
Reach For Life
www.reachforlife.com
X-Cart Version # 4.1.6
Fashion Mosiac Skin
Reply With Quote