diff options
author | robbat2 <robbat2> | 2009-06-22 18:02:05 +0000 |
---|---|---|
committer | robbat2 <robbat2> | 2009-06-22 18:02:05 +0000 |
commit | 5dfdfaa024f424889402e5982e6814289e1f89a2 (patch) | |
tree | fc6dfbccb11aaa4b22fc837f542116fb37529bb8 | |
parent | This was a tag attribute used for archives.g.o, to get a code listing block w... (diff) | |
download | www-redesign-5dfdfaa024f424889402e5982e6814289e1f89a2.tar.gz www-redesign-5dfdfaa024f424889402e5982e6814289e1f89a2.tar.bz2 www-redesign-5dfdfaa024f424889402e5982e6814289e1f89a2.zip |
Bug #275027: Sidebar needs direct links to mirrors and downloads, otherwise it is hard to find where the mirrors list is.
-rw-r--r-- | xml/htdocs/xsl/menu.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/xml/htdocs/xsl/menu.xml b/xml/htdocs/xsl/menu.xml index 78ed9c58..0d8ce964 100644 --- a/xml/htdocs/xsl/menu.xml +++ b/xml/htdocs/xsl/menu.xml @@ -43,6 +43,12 @@ <item href="http://devmanual.gentoo.org" label="Developer's Manual"/> </group> +<group title="Get Gentoo"> +<item href="/main/en/where.xml" label="Downloads"/> +<item href="/main/en/mirrors2.xml" label="Mirrors"/> +<!-- <item href="http://torrents.gentoo.org/" label="Torrents"/> --> +</group> + <group title="Community"> <item href="http://forums.gentoo.org/" label="Discussion Forums"/> <item href="/main/en/irc.xml" label="IRC Channels"/> |