Update of /cvsroot/phpwebapp/documentation/templates
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29366/templates
Modified Files:
content.php mainMenu_items.php
Log Message:
Index: content.php
===================================================================
RCS file: /cvsroot/phpwebapp/documentation/templates/content.php,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** content.php 26 Oct 2005 14:36:58 -0000 1.4
--- content.php 12 Nov 2005 12:04:42 -0000 1.5
***************
*** 36,39 ****
--- 36,42 ----
$content_file = "tutorial/tutorial.html";
break;
+ case "old_user_manual":
+ $content_file = "user_manual/user_manual.html";
+ break;
case "user_manual":
$content_file = "user_manual.html";
Index: mainMenu_items.php
===================================================================
RCS file: /cvsroot/phpwebapp/documentation/templates/mainMenu_items.php,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** mainMenu_items.php 25 Aug 2003 13:29:19 -0000 1.4
--- mainMenu_items.php 12 Nov 2005 12:04:42 -0000 1.5
***************
*** 8,12 ****
"about" => "About",
"tutorial" => "Tutorial",
! "user_manual" => "User Manual",
"webobjects" => "Web Objects",
"developer_docs"=> "Developer Docs"
--- 8,13 ----
"about" => "About",
"tutorial" => "Tutorial",
! "old_user_manual" => "Old User Manual",
! "user_manual" => "New User Manual",
"webobjects" => "Web Objects",
"developer_docs"=> "Developer Docs"
|