summaryrefslogtreecommitdiff
path: root/templates/two_col.tmpl
diff options
context:
space:
mode:
authorJames Vasile <james@hackervisions.org>2011-12-20 21:28:00 -0500
committerJames Vasile <james@jamesvasile.com>2012-02-19 15:07:15 -0500
commit8e298762586393d8b55ff2fd543f43955af5f4fe (patch)
tree18808d845ce8f057b258680ac7689a98676607e6 /templates/two_col.tmpl
parent89da9bb389823f801e38d837ef0f2588d4bd24d3 (diff)
add base_href to templates
Diffstat (limited to 'templates/two_col.tmpl')
-rw-r--r--templates/two_col.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/two_col.tmpl b/templates/two_col.tmpl
index 0b559ad..3acef69 100644
--- a/templates/two_col.tmpl
+++ b/templates/two_col.tmpl
@@ -1,5 +1,5 @@
#extends templates.base
#def css
-<link rel="stylesheet" type="text/css" href="/static/theme/2col.tiny.css" media="screen" />
+<link rel="stylesheet" type="text/css" href="$basehref/static/theme/2col.tiny.css" media="screen" />
#end def