cvs: php-gtk-web / manual1-lookup.php
[email protected] ("Steph Fox")
| Newsgroups | php.gtk.webmaster |
|---|---|
| Message-ID | <cvssfox1145020670@cvsserver> |
sfox Fri Apr 14 13:17:50 2006 UTC
Modified files:
/php-gtk-web manual1-lookup.php
Log:
Make it more obvious that this is manual 1 search
http://cvs.php.net/viewcvs.cgi/php-gtk-web/manual1-lookup.php?r1=1.1&r2=1.2&diff_format=u
Index: php-gtk-web/manual1-lookup.php
diff -u php-gtk-web/manual1-lookup.php:1.1 php-gtk-web/manual1-lookup.php:1.2
--- php-gtk-web/manual1-lookup.php:1.1 Tue Mar 14 21:37:13 2006
+++ php-gtk-web/manual1-lookup.php Fri Apr 14 13:17:50 2006
@@ -37,13 +37,13 @@
if($full_match > 1) {
commonHeader('multiple choice');
echo "<br><br>";
- echo "<h1>Which "$request" did you want?</h1>\n";
+ echo "<h1>PHP-GTK 1 Manual search results for "$request"</h1>\n";
echo "<br>";
}
elseif($full_match < 1) {
commonHeader('multiple choice');
echo "<br><br>";
- echo "<h1>There is no exact match for "$request".<br>Here is a list of the nearest matches:</h1>\n";
+ echo "<h1>There is no exact match for "$request" in the PHP-GTK 1 Manual.<br>Here is a list of the nearest matches:</h1>\n";
echo "<br>";
$switch = 1;
}