aboutsummaryrefslogtreecommitdiffstats
path: root/include/template.class.php
diff options
context:
space:
mode:
Diffstat (limited to 'include/template.class.php')
-rw-r--r--include/template.class.php2
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
{