{include file="header/admin.html"} {include file="admin/mainmenu.html"}

Template Editor

You may edit the "raw" system templates here. Please note that the templating system uses a mix of regular HTML and special control tags (denoted by curly brackets, such as this {literal}{$example}{/literal}). Modifying these control tags may cause execution problems.

{foreach item=tpl from=$templates}
{$tpl.name}:
{$tpl.description|escape:"htmlall"}
{/foreach}
{include file="header/adminfooter.html"}