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:
vdigital
2008-04-26 13:19:24 +00:00
parent d91759d63f
commit 87a6b63d6f
11 changed files with 585 additions and 31 deletions
+2
View File
@@ -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);
}
}