[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r13772: link to the blog from the navigation pages too (in website/trunk: en include)
Author: arma
Date: 2008-02-27 22:43:50 -0500 (Wed, 27 Feb 2008)
New Revision: 13772
Modified:
website/trunk/en/donate.wml
website/trunk/en/navigation.wmi
website/trunk/include/head.wmi
Log:
link to the blog from the navigation pages too
Modified: website/trunk/en/donate.wml
===================================================================
--- website/trunk/en/donate.wml 2008-02-28 02:37:44 UTC (rev 13771)
+++ website/trunk/en/donate.wml 2008-02-28 03:43:50 UTC (rev 13772)
@@ -102,7 +102,7 @@
<a id="wire"></a>
<h3><a class="anchor" href="#wire">Wire Transfers</a></h3>
<p>We're happy to accept wire transfers over US$100. If you are located
-in Europe, <a href=="#eurobank">please see below</a>.
+in Europe, <a href="#eurobank">please see below</a>.
<p>
Organization Address:<br />
Modified: website/trunk/en/navigation.wmi
===================================================================
--- website/trunk/en/navigation.wmi 2008-02-28 02:37:44 UTC (rev 13771)
+++ website/trunk/en/navigation.wmi 2008-02-28 03:43:50 UTC (rev 13772)
@@ -12,6 +12,7 @@
'documentation' , 'Docs',
'volunteer' , 'Volunteer',
'people' , 'People',
+ 'https://blog.torproject.org/', 'Blog',
'donate' , 'Donate!',
);
:>
Modified: website/trunk/include/head.wmi
===================================================================
--- website/trunk/include/head.wmi 2008-02-28 02:37:44 UTC (rev 13771)
+++ website/trunk/include/head.wmi 2008-02-28 03:43:50 UTC (rev 13772)
@@ -44,6 +44,8 @@
if (-e "$(DOCROOT)/$(LANG)/$key.wml") {
printf '<a href="%s">%s</a>'."\n",
stripDotSlashs("$(DOCROOT)/$key.html.$(LANG)"), $navigation{$key};
+ } elsif ($key =~ /^http/) {
+ printf '<a href="%s">%s</a>'."\n", $key, $navigation{$key};
} else {
printf '<a href="%s">%s</a>'."\n",
stripDotSlashs("$(DOCROOT)/$key.html"), $navigation{$key};