Changeset 17733 for extensions/GuestBook
- Timestamp:
- Sep 4, 2012, 10:59:07 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/GuestBook/main.inc.php
r17717 r17733 48 48 function gb_menubar_apply($menu_ref_arr) 49 49 { 50 $menu = &$menu_ref_arr[0]; 50 $menu = &$menu_ref_arr[0]; 51 51 52 52 if ( ($block = $menu->get_block('mbMenu')) != null ) … … 62 62 function gb_section_init() 63 63 { 64 global $tokens, $page ;64 global $tokens, $page, $conf; 65 65 66 66 if ($tokens[0] == 'guestbook') 67 67 { 68 68 $page['section'] = 'guestbook'; 69 $page['title'] = l10n('GuestBook');69 $page['title'] = '<a href="'.get_gallery_home_url().'">'.l10n('Home').'</a>'.$conf['level_separator'].l10n('GuestBook'); 70 70 } 71 71 }
Note: See TracChangeset
for help on using the changeset viewer.