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
This commit is contained in:
parent
7a81759fb0
commit
f76ce16aa6
2 changed files with 12 additions and 13 deletions
|
|
@ -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 |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue