Update of /cvsroot/phpmp/phpMP
In directory usw-pr-cvs1:/tmp/cvs-serv22717
Modified Files:
index.php
Log Message:
Moved a few template variables around. Before, the site name was hardcoded into the system. Now, it is referenced only in templates, where it should be.
Index: index.php
===================================================================
RCS file: /cvsroot/phpmp/phpMP/index.php,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -r1.15 -r1.16
*** index.php 23 Apr 2002 08:14:54 -0000 1.15
--- index.php 21 Jul 2002 21:43:33 -0000 1.16
***************
*** 49,53 ****
// Start The Page
! $Template->PrintHeader( array(PAGETITLE => ".::phpMP Sample Page::.") );
// Display The Left Side
--- 49,53 ----
// Start The Page
! $Template->PrintHeader( array(PAGETITLE => "Home") );
// Display The Left Side
***************
*** 57,61 ****
$Template->Blocking('BeginMain');
! $Template->Blocking('BeginBig', array(PAGETITLE => ".::phpMP Sample Page::."));
print "Welcome, one and all!!!!!<br>\n";
--- 57,61 ----
$Template->Blocking('BeginMain');
! $Template->Blocking('BeginBig', array(PAGETITLE => "Home"));
print "Welcome, one and all!!!!!<br>\n";
|