View Single Post
  #4  
Old 11-12-2008, 05:23 AM
  JWait's Avatar 
JWait JWait is offline
 

X-Man
  
Join Date: Nov 2005
Location: California
Posts: 2,440
 

Default Re: banner in content

Probably the easiest way would be to create a new template and then name it banner.tpl.
Code:
{* $Id: banner.tpl *} {capture name=menu} Your text here <hr /> <img src="{$ImagesDir}/banner.gif" alt="Banner" /> {/capture} { include file="menu.tpl" dingbats="dingbats_categorie.gif" menu_title="Banner" menu_content= $smarty.capture.menu }

Put {include file="banner.tpl" } wherever you want it to appear.
__________________
Two Separate X-Cart Stores
Version 4.4.4 Gold - X-AOM - Vivid Dreams Aquamarine (modified) - Linux
Mods - Newest Products - View All -, and a few others. Numerous upgrades from 4.0.x series.
Integrated with Stone Edge Order Manager + POS

Version 4.1.12 Gold (fresh install) - X-AOM - Linux
Mods - XCSEO free
Reply With Quote