1
0
mirror of https://github.com/e107inc/e107.git synced 2025-04-21 21:21:54 +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

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

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

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

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

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