web/html common.inc,1.2,1.3

Karsten Wade (kwade) fedora-extras-commits at redhat.com
Tue Aug 23 18:42:23 UTC 2005


Author: kwade

Update of /cvs/fedora/web/html
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22045

Modified Files:
	common.inc 
Log Message:
Adding a little blurb about docs, matches the rest in the column.


Index: common.inc
===================================================================
RCS file: /cvs/fedora/web/html/common.inc,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- common.inc	22 Aug 2005 15:59:41 -0000	1.2
+++ common.inc	23 Aug 2005 18:42:21 -0000	1.3
@@ -7,7 +7,8 @@
 $projects.=side_nav_list($nav_list[Projects][sub]);
 $this->addSideContent("Projects",$projects);
 
-$documentation=side_nav_list($nav_list[Documentation][sub]);
+$documentation="Read about installing and using our software.";
+$documentation.=side_nav_list($nav_list[Documentation][sub]);
 $this->addSideContent("Documentation",$documentation);
 
 $about="Read about the project, the release, this website, and more things related to $RELEASE_NAME.";




More information about the fedora-extras-commits mailing list