[phpwebapp-commits] CVS: documentation/templates/user_manual manual_items.php,1.2,1.3
Brought to you by:
dashohoxha
From: Dashamir H. <das...@us...> - 2003-08-20 08:13:24
|
Update of /cvsroot/phpwebapp/documentation/templates/user_manual In directory sc8-pr-cvs1:/tmp/cvs-serv10107/templates/user_manual Modified Files: manual_items.php Log Message: tabs converted to spaces, improvments in templates and stylesheets Index: manual_items.php =================================================================== RCS file: /cvsroot/phpwebapp/documentation/templates/user_manual/manual_items.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** manual_items.php 23 Feb 2003 14:29:07 -0000 1.2 --- manual_items.php 20 Aug 2003 07:31:55 -0000 1.3 *************** *** 5,20 **** */ $menu_items = array( ! "intro" => "Introduction", ! "templates" => "Templates", ! "transitions" => "Transitions", ! "webclass" => "WebClass-es", ! "webox" => "WebBox-es", ! "events" => "Events", ! "variables" => "Variables", ! "session" => "Session", ! "database" => "Database", ! "recordset" => "Recordsets", ! "new_app" => "Application Structure", ! "misc" => "Misc" ! ); ?> --- 5,20 ---- */ $menu_items = array( ! "intro" => "Introduction", ! "templates" => "Templates", ! "transitions" => "Transitions", ! "webclass" => "WebClass-es", ! "webox" => "WebBox-es", ! "events" => "Events", ! "variables" => "Variables", ! "session" => "Session", ! "database" => "Database", ! "recordset" => "Recordsets", ! "new_app" => "Application Structure", ! "misc" => "Misc" ! ); ?> |