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.
|