From: <unl...@us...> - 2002-08-16 09:49:04
|
Update of /cvsroot/meshdb/www/deal In directory usw-pr-cvs1:/tmp/cvs-serv5428 Modified Files: index.php Log Message: Minor changes Index: index.php =================================================================== RCS file: /cvsroot/meshdb/www/deal/index.php,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- index.php 14 Aug 2002 04:15:12 -0000 1.5 +++ index.php 16 Aug 2002 09:49:01 -0000 1.6 @@ -47,7 +47,7 @@ // Assign variables in template values $template->assign_vars(array( - 'MESSAGE' => 'Welcome to admin via templates', + 'SECTION_HEADER' => 'Retail Price Database', 'MESSAGE2' => 'foo bar!', 'MESSAGE3' => $foo) ); |