Update of /cvsroot/gaim/web/inc
In directory usw-pr-cvs1:/tmp/cvs-serv10972/inc
Modified Files:
html.inc.normal.php
Log Message:
The FAQ is now right on the main page. Want to bet it'll still never be
seen?
Index: html.inc.normal.php
===================================================================
RCS file: /cvsroot/gaim/web/inc/html.inc.normal.php,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- html.inc.normal.php 26 Sep 2002 10:23:23 -0000 1.1.1.1
+++ html.inc.normal.php 1 Oct 2002 02:14:18 -0000 1.2
@@ -13,6 +13,11 @@
"PREFIX" => "documentation"
),
+ "FAQ" => array(
+ "URL" => "/faq.php",
+ "PREFIX" => "faq"
+ ),
+
"Screen Shots" => array(
"URL" => "/screenshots.php",
"PREFIX" => "screenshots"
|