[Tux4kids-commits] r1045 - tux4kids-web/htdocs

Matthew McSpadden mmcspadden-guest at alioth.debian.org
Sun Jun 14 02:50:23 UTC 2009


Author: mmcspadden-guest
Date: 2009-06-14 02:50:22 +0000 (Sun, 14 Jun 2009)
New Revision: 1045

Modified:
   tux4kids-web/htdocs/index.php
Log:
Fixed the forum link which linked to a non secure page. Turned the tux4kids logo at the top into a link to the homepage. Finished the mailing list page. Modified the menu to direct to the mailing list page that includes all the mailing lists.


Modified: tux4kids-web/htdocs/index.php
===================================================================
--- tux4kids-web/htdocs/index.php	2009-06-13 21:29:44 UTC (rev 1044)
+++ tux4kids-web/htdocs/index.php	2009-06-14 02:50:22 UTC (rev 1045)
@@ -8,12 +8,12 @@
 		<div class="box">
 			<div class="col1">
 				<ul class="menu">
-					<li><a href="" class="active"><span>Home</span></a></li>
+					<li><a href="index.php" class="active"><span>Home</span></a></li>
 					<li><a href="projects.php"><span>Projects</span></a></li>
 					<li><a href="dev.php"><span>For Developers</span></a></li>
-					<li><a href="http://alioth.debian.org/mail/?group_id=31080"><span>Mailing Lists</span></a></li>
+					<li><a href="mail.php"><span>Mailing Lists</span></a></li>
 					<li><a href="svn.php"><span>SVN Repository</span></a></li>
-					<li><a href="http://alioth.debian.org/forum/?group_id=31080"><span>Forums</span></a></li>
+					<li><a href="https://alioth.debian.org/forum/?group_id=31080"><span>Forums</span></a></li>
 				</ul>
 				<br /><br /><br /><br /><br /><br /><br /><br /><br /><br />
 				<br /><br /><br /><br /><br /><br /><br /><br />




More information about the Tux4kids-commits mailing list