mirror of
https://github.com/friendica/friendica
synced 2024-11-10 07:02:54 +00:00
So simple ... Ops!
This commit is contained in:
parent
69676c9f7b
commit
589d0360a4
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ class FriendicaSmarty extends Smarty
|
|||
|
||||
// setTemplateDir can be set to an array, which Smarty will parse in order.
|
||||
// The order is thus very important here
|
||||
$template_dirs = ['theme' => 'view/theme/$theme/' . self::SMARTY3_TEMPLATE_FOLDER . '/'];
|
||||
$template_dirs = ['theme' => "view/theme/$theme/" . self::SMARTY3_TEMPLATE_FOLDER . '/'];
|
||||
if (!empty($theme_info['extends'])) {
|
||||
$template_dirs = $template_dirs + ['extends' => 'view/theme/' . $theme_info['extends'] . '/' . self::SMARTY3_TEMPLATE_FOLDER . '/'];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue