1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-02 20:57:26 +02:00

reencode some files to UTF-8

This commit is contained in:
marj
2009-11-17 12:34:34 +00:00
parent 823cb27e42
commit 0a49f66f34
5 changed files with 70 additions and 75 deletions

View File

@@ -1,20 +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/blogcalendar_menu/archive.php,v $
| * $Revision: 1.6 $
| $Source: /cvs_backup/e107_0.8/e107_plugins/blogcalendar_menu/archive.php,v $ * $Date: 2009-11-17 12:34:20 $
| $Revision: 1.5 $ * $Author: marj_nl_fr $
| $Date: 2009-09-25 20:20:22 $ */
| $Author: secretr $ /*
+----------------------------------------------------------------------------+
| Based on code by: Thomas Bouve (crahan@gmx.net) | Based on code by: Thomas Bouve (crahan@gmx.net)
*/ */

View File

@@ -1,20 +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/blogcalendar_menu/calendar.php,v $
| * $Revision: 1.2 $
| $Source: /cvs_backup/e107_0.8/e107_plugins/blogcalendar_menu/calendar.php,v $ * $Date: 2009-11-17 12:34:20 $
| $Revision: 1.1.1.1 $ * $Author: marj_nl_fr $
| $Date: 2006-12-02 04:34:45 $ */
| $Author: mcfly_e107 $ /*
+----------------------------------------------------------------------------+
| Based on code by: Thomas Bouve (crahan@gmx.net) and | Based on code by: Thomas Bouve (crahan@gmx.net) and
| and Based on: PHP Calendar by Keith Devens http://www.keithdevens.com/software/php_calendar/ | and Based on: PHP Calendar by Keith Devens http://www.keithdevens.com/software/php_calendar/
*/ */

View File

@@ -1,20 +1,17 @@
<?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/blogcalendar_menu/functions.php,v $
| * $Revision: 1.2 $
| $Source: /cvs_backup/e107_0.8/e107_plugins/blogcalendar_menu/functions.php,v $ * $Date: 2009-11-17 12:34:20 $
| $Revision: 1.1.1.1 $ * $Author: marj_nl_fr $
| $Date: 2006-12-02 04:34:45 $
| $Author: mcfly_e107 $
+----------------------------------------------------------------------------+
*/ */
if (!defined('e107_INIT')) { exit; } if (!defined('e107_INIT')) { exit; }

View File

@@ -1,15 +1,17 @@
<?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/blogcalendar_menu/languages/English.php,v $
+---------------------------------------------------------------+ * $Revision: 1.2 $
* $Date: 2009-11-17 12:34:34 $
* $Author: marj_nl_fr $
*/ */
define("BLOGCAL_L1", "News for "); define("BLOGCAL_L1", "News for ");

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/blogcalendar_menu/styles.php,v $
| * $Revision: 1.2 $
| $Source: /cvs_backup/e107_0.8/e107_plugins/blogcalendar_menu/styles.php,v $ * $Date: 2009-11-17 12:34:20 $
| $Revision: 1.1.1.1 $ * $Author: marj_nl_fr $
| $Date: 2006-12-02 04:34:45 $
| $Author: mcfly_e107 $
+----------------------------------------------------------------------------+
*/ */
if (!defined('e107_INIT')) { exit; } if (!defined('e107_INIT')) { exit; }
// ----------------------- // -----------------------