1
0
mirror of https://github.com/e107inc/e107.git synced 2025-04-20 20:51:53 +02:00

testing...

This commit is contained in:
mcfly 2008-02-16 20:51:01 +00:00
parent 2610668698
commit 62fbbb4976
3 changed files with 10 additions and 9 deletions

View File

@ -11,15 +11,15 @@
| GNU General Public License (http://gnu.org).
|
| $Source: /cvs_backup/e107_0.8/e107_plugins/forum/forum.php,v $
| $Revision: 1.2 $
| $Date: 2007-09-23 10:18:22 $
| $Author: e107steved $
| $Revision: 1.3 $
| $Date: 2008-02-16 20:51:01 $
| $Author: mcfly_e107 $
+----------------------------------------------------------------------------+
*/
if(!defined("e107_INIT")) {
require_once("../../class2.php");
}
//test
include_lan(e_PLUGIN.'forum/languages/'.e_LANGUAGE.'/lan_forum.php');
require_once(e_PLUGIN.'forum/forum_class.php');

View File

@ -11,8 +11,8 @@
| GNU General Public License (http://gnu.org).
|
| $Source: /cvs_backup/e107_0.8/e107_plugins/forum/plugin.php,v $
| $Revision: 1.3 $
| $Date: 2008-02-16 17:16:02 $
| $Revision: 1.4 $
| $Date: 2008-02-16 20:51:01 $
| $Author: mcfly_e107 $
+----------------------------------------------------------------------------+
*/
@ -21,7 +21,7 @@ if (!defined('e107_INIT')) { exit; }
@include_once(e_PLUGIN.'forum/languages/'.e_LANGUAGE.'/lan_forum_conf.php');
@include_once(e_PLUGIN.'forum/languages/English/lan_forum_conf.php');
//test
// Plugin info -------------------------------------------------------------------------------------------------------
$eplug_name = 'Forum';

View File

@ -11,8 +11,8 @@
| GNU General Public License (http://gnu.org).
|
| $Source: /cvs_backup/e107_0.8/e107_plugins/pm/plugin.php,v $
| $Revision: 1.1.1.1 $
| $Date: 2006-12-02 04:35:37 $
| $Revision: 1.2 $
| $Date: 2008-02-16 20:51:01 $
| $Author: mcfly_e107 $
+----------------------------------------------------------------------------+
*/
@ -20,6 +20,7 @@
if (!defined('e107_INIT')) { exit; }
include_lan(e_PLUGIN."pm/languages/admin/".e_LANGUAGE.".php");
//test
// Plugin info -------------------------------------------------------------------------------------------------------
$eplug_name = "ADLAN_PM";