Include a Smarty template (.tpl) file in a page Introduced in Tiki 15. Go to the source code
Parameters
Accepted Values
Description
Default
Since
filename
text
If you need to include Smarty template files.
15.0
values
text
Values to be passed to tpl file, for example values=var1:val1&var2:val2, which can then be accessed in the Smarty template file as {$values.var1} and {$values.var2}
Would produce on this site: Theme: Fivealive-lite/Kiwi
If you use in your tpl the variables var1 and var2 (as in this example), they would get their values set in the corresponding plugin parameters above (foo and wohoo, correspondingly).
To use those values in a template you would use {$values.var1} and {$values.var2} in your Smarty code.
Example 2 with a Wiki Page Template
You can also use a Smarty template in a wiki page like this: