From f76ce16aa6bdc7d0e45cb8aa56c50acfced1034d Mon Sep 17 00:00:00 2001 From: patdenice Date: Sat, 13 Mar 2010 02:14:32 +0000 Subject: Feature 1502 Extend for templates now work properly. Bound template as to be renamed in bound theme... git-svn-id: http://piwigo.org/svn/trunk@5126 68402e56-0260-453c-a942-63ccdbb3a9ee --- admin/extend_for_templates.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'admin/extend_for_templates.php') diff --git a/admin/extend_for_templates.php b/admin/extend_for_templates.php index 97f374a54..93d76d64d 100644 --- a/admin/extend_for_templates.php +++ b/admin/extend_for_templates.php @@ -111,7 +111,7 @@ $flip_templates = array_flip($eligible_templates); $available_templates = array_merge( array('N/A' => '----------'), - get_dirs(PHPWG_ROOT_PATH.'theme')); + get_dirs(PHPWG_ROOT_PATH.'themes')); // +-----------------------------------------------------------------------+ // | selected templates | -- cgit v1.2.3