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));
|
$tpl->set('media', Path::join($this->config->get('system', 'templates.web'), $template));
|
||||||
|
|
||||||
if ($default) {
|
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'));
|
$tpl->set('base', $this->config->get('site', 'web'));
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -3,5 +3,5 @@
|
||||||
namespace ctiso\Form;
|
namespace ctiso\Form;
|
||||||
use ctiso\Form\Field;
|
use ctiso\Form\Field;
|
||||||
|
|
||||||
class TUpload extends Field {
|
class Upload extends Field {
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue