]> git.mxchange.org Git - friendica.git/commitdiff
So simple ... Ops!
authorRoland Häder <roland@mxchange.org>
Thu, 23 Jun 2022 02:58:16 +0000 (04:58 +0200)
committerRoland Häder <roland@mxchange.org>
Thu, 23 Jun 2022 02:58:45 +0000 (04:58 +0200)
src/Render/FriendicaSmarty.php

index 399bda7b78bc878a4476b521a2609cd54f0373cd..c6dcef429b196ac4b9e2514fd660e7e96e96f96d 100644 (file)
@@ -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 . '/'];
                }