cotonti.com : Include a template inside another include https://www.cotonti.com Laatste forum onderwerpen Cotonti en Thu, 19 Mar 2026 03:01:27 -0000 tensh I have just solved it by just defining a new template in the wrapper function with a filename dependant on subfunction params.]]> Thu, 29 Apr 2010 20:18:39 -0000 Trustmaster Wo, 28 Apr 2010 22:54:11 -0000 tensh
I can easily include one template file:

{FILE "plugins/myplug/functions/tpl/master.tpl"}

But what if the contents of this file are like this:

<!-- IF {FUNIDTXT} == "myfunction" --> 
{FILE "plugins/myplug/functions/tpl/myfunction.tpl"} 
<!-- ENDIF -->  

It looks like the IF statement is interpreted, but instead including another file, the text {FILE "plugins/myplug/functions/tpl/myfunction.tpl"} is returned.

Is inability to nest template inclusion an expected thing?
I just want to make something like a "subplugin" thing, which generates the master tpl depending on the functions in the system (database).]]>
Wo, 28 Apr 2010 19:34:10 -0000