summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/page.tmpl9
1 files changed, 4 insertions, 5 deletions
diff --git a/templates/page.tmpl b/templates/page.tmpl
index a9461af6..3e615447 100644
--- a/templates/page.tmpl
+++ b/templates/page.tmpl
@@ -17,13 +17,12 @@
<TMPL_IF FAVICON>
<link rel="icon" href="<TMPL_VAR BASEURL><TMPL_VAR FAVICON>" type="image/x-icon" />
</TMPL_IF>
- <link rel="stylesheet" href="<TMPL_VAR BASEURL>bootstrap.min.css" type="text/css" />
- <link rel="stylesheet" href="<TMPL_VAR BASEURL>bootstrap-theme.min.css" type="text/css" />
- <!-- DEBUG <link rel="stylesheet" href="<TMPL_VAR BASEURL>style.css" type="text/css" />-->
+ <link rel="stylesheet" href="<TMPL_VAR BASEURL>css/bootstrap.min.css" type="text/css" />
+ <link rel="stylesheet" href="<TMPL_VAR BASEURL>css/bootstrap-theme.min.css" type="text/css" />
<TMPL_IF LOCAL_CSS>
- <link rel="stylesheet" href="<TMPL_VAR BASEURL><TMPL_VAR LOCAL_CSS>" type="text/css" />
+ <link rel="stylesheet" href="<TMPL_VAR BASEURL>css/<TMPL_VAR LOCAL_CSS>" type="text/css" />
<TMPL_ELSE>
- <!-- DEBUG <link rel="stylesheet" href="<TMPL_VAR BASEURL>local.css" type="text/css" /> -->
+ <link rel="stylesheet" href="<TMPL_VAR BASEURL>css/local.css" type="text/css" />
</TMPL_IF>
<TMPL_UNLESS DYNAMIC>