diff options
author | patdenice <patdenice@piwigo.org> | 2010-03-13 02:14:32 +0000 |
---|---|---|
committer | patdenice <patdenice@piwigo.org> | 2010-03-13 02:14:32 +0000 |
commit | f76ce16aa6bdc7d0e45cb8aa56c50acfced1034d (patch) | |
tree | 4ebaedbd1f35f6d4e7913352dd7c3e0bd5c47ed4 /admin/extend_for_templates.php | |
parent | 7a81759fb0121c8bebd3764ecd3a4f2d1e190f85 (diff) |
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
Diffstat (limited to 'admin/extend_for_templates.php')
-rw-r--r-- | admin/extend_for_templates.php | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |