Ignore:
Timestamp:
Jul 1, 2014, 11:23:45 AM (10 years ago)
Author:
mistic100
Message:

add menu_link parameter, add identifier for menu link

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/GuestBook/include/events.inc.php

    r26065 r28883  
    2222  $menu = &$menu_ref_arr[0];
    2323 
    24   if ( ($block = $menu->get_block('mbMenu')) != null )
     24  if (($block = $menu->get_block('mbMenu')) != null)
    2525  {
    26     $block->data[] = array(
     26    $block->data['guestbook'] = array(
    2727      'URL' => GUESTBOOK_URL,
    2828      'TITLE' => l10n('GuestBook'),
Note: See TracChangeset for help on using the changeset viewer.