mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-11 11:13:02 +02:00
New: jQuery and Accordion Admin menus
git-svn-id: http://piwigo.org/svn/trunk@2313 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -868,6 +868,7 @@ function url_is_remote($url)
|
||||
*/
|
||||
function get_pwg_themes()
|
||||
{
|
||||
global $conf;
|
||||
$themes = array();
|
||||
|
||||
$template_dir = PHPWG_ROOT_PATH.'template';
|
||||
@@ -876,6 +877,7 @@ function get_pwg_themes()
|
||||
{
|
||||
foreach (get_dirs($template_dir.'/'.$template.'/theme') as $theme)
|
||||
{
|
||||
if ( ($template.'/'.$theme) != $conf['admin_layout'] )
|
||||
array_push($themes, $template.'/'.$theme);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user