![]() |
CMS
Version 3.9
|
Go to the source code of this file.
Variables | |
$menu_item = "Templates" | |
$site = Site::getSite() | |
$base = SiteManager::getThemeDirectory($site->theme) | |
$folder = basename($base) | |
$parent = dirname($base) | |
$mgr = new TemplateManager($parent, $folder) | |
$script = $mgr->writeScript() | |
$base = SiteManager::getThemeDirectory($site->theme) |
Definition at line 40 of file templates.inc.
$folder = basename($base) |
Definition at line 41 of file templates.inc.
$menu_item = "Templates" |
Definition at line 37 of file templates.inc.
$mgr = new TemplateManager($parent, $folder) |
Definition at line 44 of file templates.inc.
$parent = dirname($base) |
Definition at line 42 of file templates.inc.
$script = $mgr->writeScript() |
Definition at line 46 of file templates.inc.
$site = Site::getSite() |
Definition at line 39 of file templates.inc.