Ignore:
Timestamp:
Mar 28, 2010, 5:57:37 PM (14 years ago)
Author:
grum
Message:

Update the plugin for compatibility with Piwigo 2.1 and fix some bugs
feature 1384, feature 1476, feature 1541

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/AMenuManager/amm_aip.class.inc.php

    r4395 r5421  
    2828  protected $tabsheet;
    2929  protected $ajax;
    30   protected $sectionsId=array('menu' => 'title_menu', 'special' => 'special_categories');
     30  protected $sectionsId=array('menu' => 'Menu', 'special' => 'Specials');
    3131
    3232  protected $urls_modes=array(0 => 'new_window', 1 => 'current_window');
     
    524524    }
    525525
     526    $this->sortSectionsItems();
     527
    526528    $users=new users("");
    527529    $groups=new groups("");
Note: See TracChangeset for help on using the changeset viewer.