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?