[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r21676: {website} Add a REDIRECT_GLOBAL variable for redirects to other TLDs (website/trunk/include)
Author: sebastian
Date: 2010-02-17 12:53:25 +0000 (Wed, 17 Feb 2010)
New Revision: 21676
Modified:
website/trunk/include/head.wmi
Log:
Add a REDIRECT_GLOBAL variable for redirects to other TLDs
Modified: website/trunk/include/head.wmi
===================================================================
--- website/trunk/include/head.wmi 2010-02-17 11:45:34 UTC (rev 21675)
+++ website/trunk/include/head.wmi 2010-02-17 12:53:25 UTC (rev 21676)
@@ -19,6 +19,7 @@
<ifeq "$(STYLESHEET)" "" "<link rel="stylesheet" type="text/css" href="$(DOCROOT)/stylesheet-ltr.css" />">
<link rel="shortcut icon" type="image/x-icon" href="$(DOCROOT)/favicon.ico" />
<ifneq "$(REDIRECT)" "" "<meta http-equiv="refresh" content="0;url=$(DOCROOT)/$(REDIRECT)" />">
+ <ifneq "$(REDIRECT_GLOBAL)" "" "<meta http-equiv="refresh" content="0;url=$(REDIRECT_GLOBAL)" />">
<ifeq "$(ANNOUNCE_RSS)" "yes" "<link rel="alternate" title="Tor Project OR-announce" href="http://rss.gmane.org/gmane.network.onion-routing.announce" type="application/rss+xml" />">
</head>
@@ -79,3 +80,5 @@
</table>
<ifneq "$(REDIRECT)" "" "Redirecting to <a href="$(DOCROOT)/$(REDIRECT)">$(DOCROOT)/$(REDIRECT)</a>.">
+<ifneq "$(REDIRECT_GLOBAL)" "" "Redirecting to <a href="$(REDIRECT_GLOBAL)">$(REDIRECT_GLOBAL)</a>.">
+