get_id() != 'menubar') return; $menu->register_block( new RegisteredBlock( 'mbAbout', 'About', 'A1M')); } function a1m_apply($menu_ref_arr) { global $template; $menu = & $menu_ref_arr[0]; // Envoi des données au template $template->assign ( array ( 'A1MTITLE' => l10n('About Piwigo'), 'A1MNAME' => l10n('About'), 'A1MURL' => get_root_url().'about.php', ) ); if (($block = $menu->get_block( 'mbAbout' )) != null) { $template->set_template_dir(A1M_PATH.'template/'); $block->template = 'menubar_about.tpl'; } } ?>