http -> https
This commit is contained in:
parent
5c421805bf
commit
86b40f338c
3 changed files with 11 additions and 6 deletions
|
|
@ -119,7 +119,7 @@ class Controller_Action
|
|||
|
||||
/*.View_Composite.*/$tpl = new $viewClass($template);
|
||||
|
||||
$assets = Path::join(WWW_PATH, "assets", "css");
|
||||
$assets = Path::join(enableHttps(WWW_PATH), "assets", "css");
|
||||
$tpl->set('icons', $this->iconPath); // Путь к файлам текущей темы
|
||||
$tpl->set('media', $this->themePath); // Путь к файлам текущей темы
|
||||
$tpl->set('assets', $assets);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue