[phpMP-CVS] CVS: phpMP index.php,1.9,1.10
Status: Pre-Alpha
Brought to you by:
heimidal
From: Brian R. <hei...@us...> - 2002-04-05 23:29:27
|
Update of /cvsroot/phpmp/phpMP In directory usw-pr-cvs1:/tmp/cvs-serv10722 Modified Files: index.php Log Message: Attempt at fixing Auth() functions. Index: index.php =================================================================== RCS file: /cvsroot/phpmp/phpMP/index.php,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -r1.9 -r1.10 *** index.php 4 Apr 2002 01:13:29 -0000 1.9 --- index.php 5 Apr 2002 23:15:28 -0000 1.10 *************** *** 49,53 **** // Start The Page ! $Template->PrintHeader( array(PAGETITLE => ".::phpMP Home Page::.") ); // Display The Left Side --- 49,53 ---- // Start The Page ! $Template->PrintHeader( array(PAGETITLE => ".::phpMP Sample Page::.") ); // Display The Left Side *************** *** 78,81 **** --- 78,83 ---- $Template->PrintFooter( array() ); + + $Template->ClosePage(); ?> |