summaryrefslogtreecommitdiff
path: root/titlepage.tmpl
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2010-07-20 23:30:56 +0200
committerJonas Smedegaard <dr@jones.dk>2010-07-20 23:30:56 +0200
commit842324297a6a9ca98eb496b217d26b119465af40 (patch)
tree64a3a1de845476fb9132279743742ca4d5bfd15a /titlepage.tmpl
parente310666f0122eed6767fbc6f36c8895f8c8b713f (diff)
parent3e2f923e92cf5757631a0ed28223a68d38e71f6f (diff)
Merge branch 'scs' into allinone
Conflicts (manually resolved): misc.tmpl page.tmpl
Diffstat (limited to 'titlepage.tmpl')
-rw-r--r--titlepage.tmpl8
1 files changed, 7 insertions, 1 deletions
diff --git a/titlepage.tmpl b/titlepage.tmpl
index f5cd5bc..6326bab 100644
--- a/titlepage.tmpl
+++ b/titlepage.tmpl
@@ -1 +1,7 @@
-<p><a href="<TMPL_VAR PAGEURL>"><TMPL_VAR TITLE></a></p>
+<p>
+<TMPL_IF PERMALINK>
+<a href="<TMPL_VAR PERMALINK>"><TMPL_VAR TITLE></a>
+<TMPL_ELSE>
+<a href="<TMPL_VAR PAGEURL>"><TMPL_VAR TITLE></a>
+</TMPL_IF>
+</p>