|
|
Administrator
|
Posts: 1189
Join Date: Mar 2005
|
|
Actually, it can be done, but the current template engine does not support it. Currently, variables in a template can be other templates (pre-loaded). So, basically, you load the lets say navigation template in a var {$navigation}, and that var is included in the big header template, which you parse afterwards.
|