Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMoritz Lenz <moritz@faui2k3.org>2010-07-21 16:06:52 (GMT)
committer Moritz Lenz <moritz@faui2k3.org>2010-07-21 16:06:52 (GMT)
commitad9224ccd041c60b0f7e2268cbb65d83d24b6ca2 (patch)
tree1bdf0a5bda92ba2f26071b7a185cba9f6bf87de9
parent5aa99e918e93ae93a202ff112582b2ec32f6d71a (diff)
link to newest-first text thing
-rw-r--r--cgi/template/linkblock.tmpl4
1 files changed, 4 insertions, 0 deletions
diff --git a/cgi/template/linkblock.tmpl b/cgi/template/linkblock.tmpl
index ac46923..2b58eea 100644
--- a/cgi/template/linkblock.tmpl
+++ b/cgi/template/linkblock.tmpl
@@ -12,4 +12,8 @@
<TMPL_IF NAME=DATE>| <a href="<TMPL_VAR
NAME=BASE_URL>text.pl?channel=<TMPL_VAR NAME=CHANNEL>;date=<TMPL_VAR
NAME=DATE>">Plain-Text</a></TMPL_IF>
+ | <a href="<TMPL_VAR
+ NAME=BASE_URL>text.pl?channel=<TMPL_VAR NAME=CHANNEL>;date=<TMPL_VAR
+ NAME=DATE>;reverse=1">plain, newest first</a></TMPL_IF>
+
</p>