Update of /cvsroot/phpmp/phpMP/language/en
In directory sc8-pr-cvs1:/tmp/cvs-serv4793/language/en
Modified Files:
lang_main.php
Log Message:
core/core.php has been moved to core/main.php. The Core class has been renamed to Portal.
Index: lang_main.php
===================================================================
RCS file: /cvsroot/phpmp/phpMP/language/en/lang_main.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** lang_main.php 14 Sep 2003 06:49:57 -0000 1.1
--- lang_main.php 14 Sep 2003 09:24:25 -0000 1.2
***************
*** 23,27 ****
*/
! global $Config;
$Language->lang = array(
--- 23,27 ----
*/
! global $Portal;
$Language->lang = array(
***************
*** 69,73 ****
// Other various parts of the templates.
//
! 'POWERED_BY' => 'Powered by phpMP ' . $Config->get('version') . ' © 2003 <a href="http://phpmp.sourceforge.net/">phpMP Dev. Group</a>.',
'COPYRIGHT' => 'All content is property of its respective owner. All rights reserved.'
--- 69,73 ----
// Other various parts of the templates.
//
! 'POWERED_BY' => 'Powered by phpMP ' . $Portal->get('version') . ' © 2003 <a href="http://phpmp.sourceforge.net/">phpMP Dev. Group</a>.',
'COPYRIGHT' => 'All content is property of its respective owner. All rights reserved.'
|