fix Мелкие правки
This commit is contained in:
parent
8321ec244f
commit
949510924a
2 changed files with 2 additions and 2 deletions
|
|
@ -131,7 +131,7 @@ class Component
|
|||
$tpl->set('media', Path::join($this->config->get('system', 'templates.web'), $template));
|
||||
|
||||
if ($default) {
|
||||
$tpl->set('site_template', $this->config->get('site', 'templates.web') . $default);
|
||||
$tpl->set('site_template', Path::join($this->config->get('site', 'templates.web'), $default));
|
||||
}
|
||||
$tpl->set('base', $this->config->get('site', 'web'));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue