. */ /** * @brief Notification Administration summary Page * * Notification Administration summary Page * * @file * @author Loic Vinet * @date $date$ * @version $Revision$ * @ingroup admin */ $admin = new core_tools(); $admin->test_admin('admin_notif', 'notifications'); /****************Management of the location bar ************/ $init = false; if(isset($_REQUEST['reinit']) && $_REQUEST['reinit'] == "true") { $init = true; } $level = ""; if(isset($_REQUEST['level']) && ($_REQUEST['level'] == 2 || $_REQUEST['level'] == 3 || $_REQUEST['level'] == 4 || $_REQUEST['level'] == 1)) { $level = $_REQUEST['level']; } $page_path = $_SESSION['config']['businessappurl'].'index.php?page=admin_notif&module=notifications'; $page_label = _NOTIFICATIONS; $page_id = "admin_notif"; $admin->manage_location_bar($page_path, $page_label, $page_id, $init, $level); /***********************************************************/ unset($_SESSION['m_admin']); ?>