Баг в создании site_template
This commit is contained in:
parent
fa4adbb75f
commit
03cd371095
1 changed files with 1 additions and 1 deletions
|
|
@ -120,7 +120,7 @@ class Controller_Component
|
|||
$tpl->set('script', Path::join(WWW_PATH, 'js'));
|
||||
$tpl->set('media', Path::join(TEMPLATE_WEB, $template));
|
||||
if ($registry) {
|
||||
$tpl->set('site_template', SITE_WWW_PATH . '/templates' . $registry->readKey(array('system', 'template')));
|
||||
$tpl->set('site_template', SITE_WWW_PATH . '/templates/' . $registry->readKey(array('system', 'template')));
|
||||
}
|
||||
$tpl->set('base', SITE_WWW_PATH);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue