From: <ce...@us...> - 2004-01-08 18:35:07
|
Update of /cvsroot/csseditor/htdocs/templates In directory sc8-pr-cvs1:/tmp/cvs-serv1336/templates Modified Files: find.php Log Message: Add title to search results page Index: find.php =================================================================== RCS file: /cvsroot/csseditor/htdocs/templates/find.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** find.php 8 Jan 2004 13:23:56 -0000 1.2 --- find.php 8 Jan 2004 18:35:04 -0000 1.3 *************** *** 20,23 **** --- 20,24 ---- 'toolbar' => 1)); ?> + <h2>Search results</h2> <?php print $args['pages']; ?> <?php |