[phpMP-CVS] CVS: phpMP profile.php,1.4,1.5
Status: Pre-Alpha
Brought to you by:
heimidal
From: Brian R. <hei...@us...> - 2002-08-14 06:28:17
|
Update of /cvsroot/phpmp/phpMP In directory usw-pr-cvs1:/tmp/cvs-serv8959 Modified Files: profile.php Log Message: Continued the addition of the {$page_title} implementation. Index: profile.php =================================================================== RCS file: /cvsroot/phpmp/phpMP/profile.php,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -r1.4 -r1.5 *** profile.php 14 Aug 2002 06:24:23 -0000 1.4 --- profile.php 14 Aug 2002 06:28:14 -0000 1.5 *************** *** 70,74 **** $Template->assign( 'page_title', $Language->lang['l_register'] ); - $Template->assign( "general_subject", $Language->lang['l_register'] ); $Template->assign( "general_message", $Language->lang['l_register_fin'] ); --- 70,73 ---- *************** *** 103,107 **** $Template->assign( 'page_title', $Language->lang['l_register'] ); - $Template->assign( "general_subject", $Language->lang['l_register'] ); $Template->assign( "general_message", $Language->lang['l_activated'] ); --- 102,105 ---- |