From 7007a013ad6fd7bd1e76b30f96fc6d98e1bc7d0b Mon Sep 17 00:00:00 2001 From: James Vasile Date: Tue, 20 Dec 2011 21:28:00 -0500 Subject: [PATCH] add base_href to templates --- templates/base.tmpl | 18 +++++++++--------- templates/two_col.tmpl | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/templates/base.tmpl b/templates/base.tmpl index f191589c9..10f0d4adf 100644 --- a/templates/base.tmpl +++ b/templates/base.tmpl @@ -13,11 +13,11 @@ - - + + $css - - + + $js $main_menu_js $sub_menu_js @@ -30,12 +30,12 @@ diff --git a/templates/two_col.tmpl b/templates/two_col.tmpl index 0b559ade8..3acef6965 100644 --- a/templates/two_col.tmpl +++ b/templates/two_col.tmpl @@ -1,5 +1,5 @@ #extends templates.base #def css - + #end def