diff options
author | Jonas Smedegaard <dr@jones.dk> | 2008-05-28 23:51:15 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2008-05-28 23:51:15 +0200 |
commit | a637dfe26c8a191b52099342c99922075ff65cbc (patch) | |
tree | ad3f6d5df50c2c11a00d74023f60e2fa4d9d5f72 /misc.tmpl | |
parent | f7cea4ca9c08e2bb2c43128199d12b2464758dd6 (diff) | |
parent | ca952f3eaea5227909b8cf574ee2d8fa34aa21b7 (diff) |
Merge branch 'master' into master-da
Manually fix conflicts:
aggregatepost.tmpl
atomitem.tmpl
atompage.tmpl
change.tmpl
page.tmpl
Diffstat (limited to 'misc.tmpl')
-rw-r--r-- | misc.tmpl | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -2,7 +2,11 @@ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> +<TMPL_IF NAME="FORCEBASEURL"> +<base href="<TMPL_VAR FORCEBASEURL>" /> +<TMPL_ELSE> <base href="<TMPL_VAR BASEURL>" /> +</TMPL_IF> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title><TMPL_VAR TITLE></title> <link rel="stylesheet" href="<TMPL_VAR BASEURL>style.css" type="text/css" /> |