Changeset 12665


Ignore:
Timestamp:
Nov 28, 2011, 8:22:12 PM (12 years ago)
Author:
grum
Message:

feature:2522 - Incompatibility with other plugin managing the menu content

Location:
extensions/AMenuManager
Files:
2 edited

Legend:

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

    r11036 r12665  
    4949
    5050    add_event_handler('blockmanager_prepare_display', array(&$this, 'blockmanagerSortBlocks') );
    51     add_event_handler('blockmanager_apply', array(&$this, 'blockmanagerApply') );
     51    add_event_handler('blockmanager_apply', array(&$this, 'blockmanagerApply'), 45 );
    5252    add_event_handler('loc_end_page_header', array(&$this->css, 'applyCSS'));
    5353    add_event_handler('loc_end_page_header', array(&$this, 'applyJS'));
     
    224224              'nbPictures' => ''
    225225            );
     226/*
     227            $nbImages=0;
     228            foreach($block->data['album'] as $val)
     229            {
     230              $nbImages+=$val['nb_images'];
     231            }
     232            $block->data['nbPictures']="*** $nbImages";
     233*/
    226234          }
    227235        }
  • extensions/AMenuManager/main.inc.php

    r11582 r12665  
    205205|         |            |     to a group
    206206|         |            |
    207 |         |            |
     207|         |            | * mantis bug:2522
     208|         |            |   . Incompatibility with other plugin managing the menu
     209|         |            |     content
    208210|         |            |
    209211|         |            |
Note: See TracChangeset for help on using the changeset viewer.