From c9dfb3a41f0341531594de215a25d7cb0091ca56 Mon Sep 17 00:00:00 2001 From: plegall Date: Tue, 9 Mar 2010 20:17:00 +0000 Subject: feature 1494: move all *.tpl files from template/yoga to the new template/default (from which yoga derives) git-svn-id: http://piwigo.org/svn/trunk@5095 68402e56-0260-453c-a942-63ccdbb3a9ee --- include/template.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/template.class.php') 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 { -- cgit v1.2.3