diff options
Diffstat (limited to '')
-rw-r--r-- | include/template.class.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/template.class.php b/include/template.class.php index 8d5f91a25..5f5ef1ce1 100644 --- a/include/template.class.php +++ b/include/template.class.php @@ -111,7 +111,7 @@ class Template { $this->smarty->template_dir[] = $modeling; } // Default template directory - $this->smarty->template_dir[] = './template-common/yoga'; + $this->smarty->template_dir[] = './template/default'; } else { |