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

svn keywords added (v0.8)

This commit is contained in:
secretr
2010-02-10 18:18:01 +00:00
parent 9366c9daf4
commit 4fecfffddd
816 changed files with 2290 additions and 2290 deletions

View File

@@ -9,9 +9,9 @@
*
*
* $Source: /cvs_backup/e107_0.8/e107_plugins/rss_menu/admin_prefs.php,v $
* $Revision: 1.8 $
* $Date: 2009-11-18 02:03:35 $
* $Author: marj_nl_fr $
* $Revision$
* $Date$
* $Author$
*/
/*

View File

@@ -11,9 +11,9 @@
| GNU General Public License (http://gnu.org).
|
| $Source: /cvs_backup/e107_0.8/e107_plugins/rss_menu/e_meta.php,v $
| $Revision: 1.8 $
| $Date: 2009-11-18 01:06:01 $
| $Author: e107coders $
| $Revision$
| $Date$
| $Author$
+----------------------------------------------------------------------------+
*/
if (!defined('e107_INIT')) { exit; }

View File

@@ -4,9 +4,9 @@
| e107 website system - Language File.
|
| $Source: /cvs_backup/e107_0.8/e107_plugins/rss_menu/languages/English_admin_rss_menu.php,v $
| $Revision: 1.2 $
| $Date: 2009-09-18 19:05:50 $
| $Author: e107coders $
| $Revision$
| $Date$
| $Author$
+----------------------------------------------------------------------------+
*/

View File

@@ -9,9 +9,9 @@
*
*
* $Source: /cvs_backup/e107_0.8/e107_plugins/rss_menu/rss.php,v $
* $Revision: 1.19 $
* $Date: 2009-12-03 22:32:34 $
* $Author: e107steved $
* $Revision$
* $Date$
* $Author$
*/
/*

View File

@@ -9,9 +9,9 @@
*
*
* $Source: /cvs_backup/e107_0.8/e107_plugins/rss_menu/rss_menu.php,v $
* $Revision: 1.8 $
* $Date: 2010-01-09 15:06:36 $
* $Author: secretr $
* $Revision$
* $Date$
* $Author$
*/
if (!defined('e107_INIT')) { exit; }

View File

@@ -1,5 +1,5 @@
<?php
// $Id: rss_shortcodes.php,v 1.4 2009-09-18 19:05:50 e107coders Exp $
// $Id$
if (!defined('e107_INIT')) { exit; }
include_once(e_HANDLER.'shortcode_handler.php');