View Single Post
  #3  
Old 03-27-2006, 11:19 AM
 
jherzog jherzog is offline
 

Advanced Member
  
Join Date: Jan 2006
Posts: 93
 

Default

humm..

what if you have one file with two includes.

Main.tpl
Code:
{include file="file1.tpl"} {include file="file2.tpl"}

and you define a variable in the first include "file1.tpl" but want the second include "file2.tpl" to have access to it. You are not including the second include in the first. Rather it is just loading after it. Is this possilbe?
__________________
Jed Herzog
Gold X-Cart 4.0.17
http://www.outliersolutions.com
Portland Advertising Agency,
Portland Web Design
Reply With Quote