'Wired For Sound', 'URL' => get_admin_plugin_menu_link(WFS_PATH . 'admin/admin.php'))); return $menu; } function wired_for_sound_on_index() { global $page, $template, $conf, $prefixeTable, $lang; if (isset($page['category']) || isset($page['section']) and !isset($page['chronology_field']) and !isset($page['flat'])) include(WFS_PATH . 'wfs_on_index.php'); } function wired_for_sound_on_picture() { global $page, $template, $conf, $prefixeTable, $lang; include(WFS_PATH . 'wfs_on_picture.php'); } add_event_handler('get_admin_plugin_menu_links', 'wfs_admin_menu'); add_event_handler('loc_end_index' , 'wired_for_sound_on_index'); add_event_handler('loc_end_picture' , 'wired_for_sound_on_picture'); ?>