[phpMP-CVS] CVS: phpMP/modules usercp.php,1.1,1.2
Status: Pre-Alpha
Brought to you by:
heimidal
From: Brian R. <hei...@us...> - 2002-04-10 21:22:09
|
Update of /cvsroot/phpmp/phpMP/modules In directory usw-pr-cvs1:/tmp/cvs-serv19300/modules Modified Files: usercp.php Log Message: Updated dev info. Added module error support. Index: usercp.php =================================================================== RCS file: /cvsroot/phpmp/phpMP/modules/usercp.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** usercp.php 10 Apr 2002 04:38:35 -0000 1.1 --- usercp.php 10 Apr 2002 21:22:02 -0000 1.2 *************** *** 13,17 **** function MakeContent() { global $Template; ! $Template->Blocking('BeginBig', array(PAGETITLE => ".::" . $this->pagetitle . "::.")); print "This is a test...<br>This is only a test...<br>\n"; --- 13,17 ---- function MakeContent() { global $Template; ! $Template->Blocking('BeginBig', array(PAGETITLE => ".:: phpMP :: " . $this->pagetitle . "::.")); print "This is a test...<br>This is only a test...<br>\n"; |