Update of /cvsroot/phpmp/phpMP/languages/english
In directory sc8-pr-cvs1:/tmp/cvs-serv15643/languages/english
Modified Files:
lang_main.php
Log Message:
Added 'C_' to config constants not pertaining to the DB connection.
Call me anal retentive if you want. I don't care.
Index: lang_main.php
===================================================================
RCS file: /cvsroot/phpmp/phpMP/languages/english/lang_main.php,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -r1.13 -r1.14
*** lang_main.php 5 Dec 2002 00:17:01 -0000 1.13
--- lang_main.php 5 Dec 2002 00:33:42 -0000 1.14
***************
*** 16,20 ****
// Note: Always escaple singe quote characters (') with a backslash (\).
//
! 'L_Welcome_to_Site' => 'Welcome to ' . SITE_NAME . '!',
'L_Home' => 'Home',
'L_Profile' => 'Profile',
--- 16,20 ----
// Note: Always escaple singe quote characters (') with a backslash (\).
//
! 'L_Welcome_to_Site' => 'Welcome to ' . C_SITE_NAME . '!',
'L_Home' => 'Home',
'L_Profile' => 'Profile',
***************
*** 52,56 ****
// Other various parts of the templates.
//
! 'L_Powered_by_phpMP' => 'powered by phpMP ' . VERSION . ' © 2002 <a href="http://phpmp.sourceforge.net/">phpMP Dev. Group</a>.',
'L_Copyright' => 'All content is property of its respective owner. All rights reserved.'
--- 52,56 ----
// Other various parts of the templates.
//
! 'L_Powered_by_phpMP' => 'powered by phpMP ' . C_VERSION . ' © 2002 <a href="http://phpmp.sourceforge.net/">phpMP Dev. Group</a>.',
'L_Copyright' => 'All content is property of its respective owner. All rights reserved.'
|