didou           Wed Feb 18 13:21:49 2004 EDT

  Modified files:              
    /livedocs   livedoc-index.php 
    /livedocs/themes/default    html_format.php 
    /livedocs/themes/php.net    html_format.php 
  Log:
  rename this one and keep index_**** for the TRUE index (look at the TODO)
  
http://cvs.php.net/diff.php/livedocs/livedoc-index.php?r1=1.8&r2=1.9&ty=u
Index: livedocs/livedoc-index.php
diff -u livedocs/livedoc-index.php:1.8 livedocs/livedoc-index.php:1.9
--- livedocs/livedoc-index.php:1.8      Mon Feb 16 12:54:59 2004
+++ livedocs/livedoc-index.php  Wed Feb 18 13:21:48 2004
@@ -18,9 +18,9 @@
 // | Livedocs index                                                       |
 // +----------------------------------------------------------------------+
 //
-// $Id: livedoc-index.php,v 1.8 2004/02/16 17:54:59 derick Exp $
+// $Id: livedoc-index.php,v 1.9 2004/02/18 18:21:48 didou Exp $
 
-echo index_page_header();
+echo functions_page_header();
 
 $alphabet = range('a', 'z');
 foreach ($alphabet as $char) {
@@ -55,7 +55,7 @@
 }
 
 $date = date("d-m-Y H:i:s");
-echo index_page_footer();
+echo functions_page_footer();
 
 function sqlite_starts_with($title, $char) {
        $title = strtolower($title);
http://cvs.php.net/diff.php/livedocs/themes/default/html_format.php?r1=1.3&r2=1.4&ty=u
Index: livedocs/themes/default/html_format.php
diff -u livedocs/themes/default/html_format.php:1.3 
livedocs/themes/default/html_format.php:1.4
--- livedocs/themes/default/html_format.php:1.3 Mon Feb 16 15:11:48 2004
+++ livedocs/themes/default/html_format.php     Wed Feb 18 13:21:49 2004
@@ -18,7 +18,7 @@
 // | headers and footers for the HTML rendering                           |
 // +----------------------------------------------------------------------+
 //  
-// $Id: html_format.php,v 1.3 2004/02/16 20:11:48 derick Exp $
+// $Id: html_format.php,v 1.4 2004/02/18 18:21:49 didou Exp $
 
 // in livedoc.php
 
@@ -94,7 +94,7 @@
 
 // in livedoc-index.php
 
-function index_page_header()
+function functions_page_header()
 {
         global $css_url;
         $head =<<<HEAD
@@ -114,7 +114,7 @@
        return $head;
 }
 
-function index_page_footer() 
+function functions_page_footer() 
 {
        global $date;
        $foot =<<<FOOT
http://cvs.php.net/diff.php/livedocs/themes/php.net/html_format.php?r1=1.4&r2=1.5&ty=u
Index: livedocs/themes/php.net/html_format.php
diff -u livedocs/themes/php.net/html_format.php:1.4 
livedocs/themes/php.net/html_format.php:1.5
--- livedocs/themes/php.net/html_format.php:1.4 Tue Feb 17 21:15:45 2004
+++ livedocs/themes/php.net/html_format.php     Wed Feb 18 13:21:49 2004
@@ -18,7 +18,7 @@
 // | headers and footers for the HTML rendering                           |
 // +----------------------------------------------------------------------+
 //  
-// $Id: html_format.php,v 1.4 2004/02/18 02:15:45 kennyt Exp $
+// $Id: html_format.php,v 1.5 2004/02/18 18:21:49 didou Exp $
 
 // in livedoc.php
 include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
@@ -134,7 +134,7 @@
 
 // in livedoc-index.php
 
-function index_page_header()
+function functions_page_header()
 {
         global $css_url;
         $head =<<<HEAD
@@ -154,7 +154,7 @@
        return $head;
 }
 
-function index_page_footer() 
+function functions_page_footer() 
 {
        global $date;
        $foot =<<<FOOT

Reply via email to