View Single Post
  #1  
Old 09-22-2004, 05:52 AM
 
jparadise jparadise is offline
 

Newbie
  
Join Date: Sep 2004
Location: New York, NY
Posts: 7
 

Default Template structure & variables- e.g., $link_begin

I'm working on modifying the templates and am trying to get a handle on all the variables.

In menu.tpl, what feeds the variable {$link_begin} //full source code below?

I can't figure out what file is passing that variable.
Thanks!
Joshua

Code:
<TABLE border=0 cellPadding=0 cellSpacing=0 width="100%"> <TR> <TD class=VertMenuBorder> {*controls hairline border around all side menu tables was cellPadding=1 cellSpacing=1 *} <TABLE border=0 cellPadding=0 cellSpacing=0 width="100%"> <TR> <TD class=VertMenuTitle>{$link_begin}[img]{$ImagesDir}/{$dingbats}[/img]{$link_end} {if $link_href} <font class=VertMenuTitle>{$menu_title}</font> {else} <font class=VertMenuBoxNewsTitle>{$menu_title}</font></TD> {/if} </TR> <TR> <TD class=VertMenuBox> <TABLE border=0 cellPadding=5 cellSpacing=0 width="100%"> <TR> <TD>{$menu_content}</TD></TR> </TABLE> </TD></TR> </TABLE> </TD></TR> </TABLE>
__________________
X-Cart Info
Version: 3.5.11
OS: FreeBSD Unix
Location: New York, NY

Joshua
Ogden Little Bags
http://www.ogdenlittle.com
Reply With Quote