Skin/Templatevar: include

Includes a textfile into the output. The contents of the file is not parsed in any way, so you cannot use skin/templatevars or use PHP code (see parsedinclude and phpinclude if you want parsed includes)

Arguments

  • filename: the name of the file to be included (either relative to the position of index.php, or absolute). Note that an URL can also be used here.

Notes

Skintypes

all

Examples

<%include(filename.txt)%>
<%include(/home/user/myself/filename.txt)%>
<%include(http://mydomain.com/filename.html)%>
Skin/Template Vars