diff options
author | Theo Chatzimichos <tampakrap@gentoo.org> | 2010-04-01 13:49:05 +0000 |
---|---|---|
committer | Theo Chatzimichos <tampakrap@gentoo.org> | 2010-04-01 13:49:05 +0000 |
commit | 3c4a55bebe73f0a5a61470fd6c13d087108e7a0f (patch) | |
tree | 2dc450c5046f6a370ad731957db804c304c1bd22 /templates | |
parent | Update tampakrap URLs per email. (diff) | |
download | planet-3c4a55bebe73f0a5a61470fd6c13d087108e7a0f.tar.gz planet-3c4a55bebe73f0a5a61470fd6c13d087108e7a0f.tar.bz2 planet-3c4a55bebe73f0a5a61470fd6c13d087108e7a0f.zip |
Add Archives and Support menu items
Diffstat (limited to 'templates')
-rw-r--r-- | templates/index.html.tmpl | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/templates/index.html.tmpl b/templates/index.html.tmpl index 77136fb5..b90ca0bf 100644 --- a/templates/index.html.tmpl +++ b/templates/index.html.tmpl @@ -33,7 +33,9 @@ <a href="http://www.cafepress.com/officialgentoo/" class="menulink">Store</a> | <a href="http://www.gentoo.org/news/en/gmn/" class="menulink">GMN</a> | <a href="http://www.gentoo.org/main/en/where.xml" class="menulink">Get Gentoo!</a> | - <a href="http://www.gentoo.org/main/en/sponsors.xml" class="menulink">Sponsors</a> + <a href="http://www.gentoo.org/main/en/support.xml" class="menulink">Support</a> | + <a href="http://www.gentoo.org/main/en/sponsors.xml" class="menulink">Sponsors</a> | + <a href="/archives/" class="menulink">Archives</a> </div></td> @@ -129,7 +131,7 @@ a.k.a. <b><TMPL_VAR channel_username></b> ### Copyright notice <tr><td colspan="2" class="footer"> -Gentoo Design, Copyright 2001-2009 Gentoo Foundation, Inc.<br> +Gentoo Design, Copyright 2001-2010 Gentoo Foundation, Inc.<br> Views expressed in the content shown above do not necessarily represent the views of Gentoo Linux or the Gentoo Foundation. </td></tr> </tbody></table></body></html> |