diff options
author | sean finey <seanius@debian.org> | 2009-02-12 22:44:47 +0100 |
---|---|---|
committer | sean finey <seanius@debian.org> | 2009-02-12 22:44:47 +0100 |
commit | a6d05c5f6f1de8a9e0e43264624038c0f3f24cfb (patch) | |
tree | bb6d7fd9760b66995ac97d00dc70938e6553c38e /templates/skeleton.tmpl | |
parent | c32f9fd01791b120722b3da7a8509144efc2faf6 (diff) | |
download | patch-tracker-a6d05c5f6f1de8a9e0e43264624038c0f3f24cfb.tar.gz |
add a base href to skeleton template
Diffstat (limited to 'templates/skeleton.tmpl')
-rw-r--r-- | templates/skeleton.tmpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/skeleton.tmpl b/templates/skeleton.tmpl index 564a9df..745dbcf 100644 --- a/templates/skeleton.tmpl +++ b/templates/skeleton.tmpl @@ -5,6 +5,7 @@ <title>$title</title> <link rel="stylesheet" type="text/css" href="$conf.root_url/static/css/patches.css"/> + <base href="$conf.root_url/" /> </head> <body> <div class="pageheader"> |