diff --git a/e107_plugins/blogcalendar_menu/config.php b/e107_plugins/blogcalendar_menu/config.php index b9cc795cc..d211fed17 100644 --- a/e107_plugins/blogcalendar_menu/config.php +++ b/e107_plugins/blogcalendar_menu/config.php @@ -2,16 +2,14 @@ /* * e107 website system * - * Copyright (C) 2008-2009 e107 Inc (e107.org) + * Copyright (C) 2008-2013 e107 Inc (e107.org) * Released under the terms and conditions of the * GNU General Public License (http://www.gnu.org/licenses/gpl.txt) * * Plugin Administration - Blog calendar menu * - * $Source: /cvs_backup/e107_0.8/e107_plugins/blogcalendar_menu/config.php,v $ - * $Revision$ - * $Date$ - * $Author$ + * $URL$ + * $Id$ * */ $eplug_admin = TRUE; @@ -25,13 +23,18 @@ if (!getperms("1")) exit ; } require_once(e_ADMIN."auth.php"); - + +require_once(e_HANDLER."form_handler.php"); +require_once(e_HANDLER."message_handler.php"); +$frm = e107::getForm(); +$mes = e107::getMessage(); + if (isset($_POST['update_menu'])) { $temp = array(); while (list($key, $value) = each($_POST)) { - if ($value != BLOGCAL_CONF3) + if ($value != LAN_UPDATE) // ??? { $temp[$key] = $value; } @@ -40,52 +43,56 @@ if (isset($_POST['update_menu'])) { save_prefs(); } - $ns->tablerender("", "