Skin/Templatevar: parsedinclude

Includes a file into the output. The contents of the file is parsed by the Nucleus skin/template parser, so you can use skin/templatevars. (see phpinclude and include for other include options)

Arguments

  • filename: the name of the file to be included (either relative to the position of index.php, or absolute)

Notes

Skintypes

all

Examples

<%parsedinclude(filename.txt)%>
<%parsedinclude(/home/user/myself/filename.txt)%>
Skin/Template Vars