[phpMP-CVS] CVS: phpMP/language/en lang_main.php,1.2,1.3
Status: Pre-Alpha
Brought to you by:
heimidal
From: Brian R. <hei...@us...> - 2003-09-14 21:55:55
|
Update of /cvsroot/phpmp/phpMP/language/en In directory sc8-pr-cvs1:/tmp/cvs-serv4582/language/en Modified Files: lang_main.php Log Message: Moved the lang array to $User. No need for a class with only one function. Index: lang_main.php =================================================================== RCS file: /cvsroot/phpmp/phpMP/language/en/lang_main.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** lang_main.php 14 Sep 2003 09:24:25 -0000 1.2 --- lang_main.php 14 Sep 2003 21:55:52 -0000 1.3 *************** *** 25,29 **** global $Portal; ! $Language->lang = array( // --- 25,29 ---- global $Portal; ! $User->lang = array( // *************** *** 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.' --- 69,73 ---- // Other various parts of the templates. // ! 'POWERED_BY' => 'Powered by phpMP ' . $Portal->cfg_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.' |