Ignore:
Timestamp:
Apr 26, 2008, 3:19:24 PM (16 years ago)
Author:
vdigital
Message:

New: jQuery and Accordion Admin menus

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/functions.inc.php

    r2308 r2313  
    869869function get_pwg_themes()
    870870{
     871  global $conf;
    871872  $themes = array();
    872873
     
    877878    foreach (get_dirs($template_dir.'/'.$template.'/theme') as $theme)
    878879    {
     880      if ( ($template.'/'.$theme) != $conf['admin_layout'] )
    879881      array_push($themes, $template.'/'.$theme);
    880882    }
Note: See TracChangeset for help on using the changeset viewer.