1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-01 04:10:38 +02:00

charset and badchars

This commit is contained in:
marj
2009-11-12 21:44:15 +00:00
parent 4cf1a98a81
commit fbfacfd5c5
5 changed files with 66 additions and 81 deletions

View File

@@ -1,21 +1,18 @@
<?php <?php
/* /*
+ ----------------------------------------------------------------------------+ * e107 website system
| e107 website system *
| * Copyright (C) 2001-2009 e107 Inc (e107.org)
| <20>Steve Dunstan 2001-2002 * Released under the terms and conditions of the
| http://e107.org * GNU General Public License (http://www.gnu.org/licenses/gpl.txt)
| jalist@e107.org *
| *
| Released under the terms and conditions of the *
| GNU General Public License (http://gnu.org). * $Source: /cvs_backup/e107_0.8/e107_plugins/tree_menu/languages/English.php,v $
| * $Revision: 1.2 $
| $Source: /cvs_backup/e107_0.8/e107_plugins/tree_menu/languages/English.php,v $ * $Date: 2009-11-12 21:44:15 $
| $Revision: 1.1.1.1 $ * $Author: marj_nl_fr $
| $Date: 2006-12-02 04:35:43 $ */
| $Author: mcfly_e107 $
+----------------------------------------------------------------------------+
*/
define("TREE_L1", "Configure Tree Menu"); define("TREE_L1", "Configure Tree Menu");
define("TREE_L2", "Update Tree Menu Settings"); define("TREE_L2", "Update Tree Menu Settings");

View File

@@ -1,22 +1,18 @@
<?php <?php
/* /*
+ ----------------------------------------------------------------------------+ * e107 website system
| e107 website system *
| /tree_menu.php * Copyright (C) 2001-2009 e107 Inc (e107.org)
| * Released under the terms and conditions of the
| <20>Steve Dunstan 2001-2002 * GNU General Public License (http://www.gnu.org/licenses/gpl.txt)
| http://e107.org *
| jalist@e107.org *
| *
| Released under the terms and conditions of the * $Source: /cvs_backup/e107_0.8/e107_plugins/tree_menu/tree_menu.php,v $
| GNU General Public License (http://gnu.org). * $Revision: 1.6 $
| * $Date: 2009-11-12 21:44:14 $
| $Source: /cvs_backup/e107_0.8/e107_plugins/tree_menu/tree_menu.php,v $ * $Author: marj_nl_fr $
| $Revision: 1.5 $ */
| $Date: 2008-03-13 19:15:56 $
| $Author: lisa_ $
+----------------------------------------------------------------------------+
*/
if (!defined('e107_INIT')) { exit; } if (!defined('e107_INIT')) { exit; }

View File

@@ -1,21 +1,18 @@
<?php <?php
/* /*
+ ----------------------------------------------------------------------------+ * e107 website system
| e107 website system *
| * Copyright (C) 2001-2009 e107 Inc (e107.org)
| <20>Steve Dunstan 2001-2002 * Released under the terms and conditions of the
| http://e107.org * GNU General Public License (http://www.gnu.org/licenses/gpl.txt)
| jalist@e107.org *
| *
| Released under the terms and conditions of the *
| GNU General Public License (http://gnu.org). * $Source: /cvs_backup/e107_0.8/e107_plugins/user_menu/languages/English.php,v $
| * $Revision: 1.4 $
| $Source: /cvs_backup/e107_0.8/e107_plugins/user_menu/languages/English.php,v $ * $Date: 2009-11-12 21:44:15 $
| $Revision: 1.3 $ * $Author: marj_nl_fr $
| $Date: 2008-12-16 17:23:25 $ */
| $Author: secretr $
+----------------------------------------------------------------------------+
*/
define('UTHEME_MENU_L1', 'Set'); define('UTHEME_MENU_L1', 'Set');
define('UTHEME_MENU_L2', 'Select Language'); define('UTHEME_MENU_L2', 'Select Language');

View File

@@ -1,21 +1,18 @@
<?php <?php
/* /*
+ ----------------------------------------------------------------------------+ * e107 website system
| e107 website system *
| * Copyright (C) 2001-2009 e107 Inc (e107.org)
| <20>Steve Dunstan 2001-2002 * Released under the terms and conditions of the
| http://e107.org * GNU General Public License (http://www.gnu.org/licenses/gpl.txt)
| jalist@e107.org *
| *
| Released under the terms and conditions of the *
| GNU General Public License (http://gnu.org). * $Source: /cvs_backup/e107_0.8/e107_plugins/user_menu/usertheme_menu.php,v $
| * $Revision: 1.4 $
| $Source: /cvs_backup/e107_0.8/e107_plugins/user_menu/usertheme_menu.php,v $ * $Date: 2009-11-12 21:44:14 $
| $Revision: 1.3 $ * $Author: marj_nl_fr $
| $Date: 2009-07-07 22:56:13 $ */
| $Author: e107coders $
+----------------------------------------------------------------------------+
*/
if (!defined('e107_INIT')) { exit; } if (!defined('e107_INIT')) { exit; }
global $pref, $eArrayStorage; global $pref, $eArrayStorage;

View File

@@ -1,21 +1,19 @@
<?php <?php
/* /*
+ ----------------------------------------------------------------------------+ * e107 website system
| e107 website system *
| * Copyright (C) 2001-2009 e107 Inc (e107.org)
| <20>Steve Dunstan 2001-2002 * Released under the terms and conditions of the
| http://e107.org * GNU General Public License (http://www.gnu.org/licenses/gpl.txt)
| jalist@e107.org *
| *
| Released under the terms and conditions of the *
| GNU General Public License (http://gnu.org). * $Source: /cvs_backup/e107_0.8/e107_plugins/user_menu/usertheme_menu_config.php,v $
| * $Revision: 1.3 $
| $Source: /cvs_backup/e107_0.8/e107_plugins/user_menu/usertheme_menu_config.php,v $ * $Date: 2009-11-12 21:44:15 $
| $Revision: 1.2 $ * $Author: marj_nl_fr $
| $Date: 2009-08-15 11:55:30 $ */
| $Author: marj_nl_fr $
+----------------------------------------------------------------------------+
*/
$eplug_admin = TRUE; $eplug_admin = TRUE;
require_once("../../class2.php"); require_once("../../class2.php");
include_lan(e_PLUGIN."user_menu/languages/".e_LANGUAGE.".php"); include_lan(e_PLUGIN."user_menu/languages/".e_LANGUAGE.".php");