Update of /cvsroot/phpweather/web/include
In directory usw-pr-cvs1:/tmp/cvs-serv7014/include
Modified Files:
navigation.php
Log Message:
I think we can take 'the internet' for granted :P
Index: navigation.php
===================================================================
RCS file: /cvsroot/phpweather/web/include/navigation.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- navigation.php 18 Mar 2002 16:51:37 -0000 1.1
+++ navigation.php 26 Mar 2002 16:38:20 -0000 1.2
@@ -91,7 +91,7 @@
function print_parents($start_node) {
global $pages;
- echo '<p class="nav-parents">The Internet';
+ echo '<p class="nav-parents">Home';
$parents = find_parents($start_node, $pages);
$count = count($parents);
if (empty($pages[$start_node]['children'])) {
|