diff options
author | Juliane Clausen <git@juliane-clausen.de> | 2014-08-06 23:55:46 +0200 |
---|---|---|
committer | Juliane Clausen <git@juliane-clausen.de> | 2014-08-07 00:25:28 +0200 |
commit | 0a75879698fb3d85a208f80220e6b9d6e2ebec8b (patch) | |
tree | 41d4cc1b2ed6f89f1fa8ce07f62b0c3d252ecb17 /templates | |
parent | 18edda3251099411c376f6728f9b2347970c2363 (diff) |
moved bootstrap and local.css into css folder
Diffstat (limited to 'templates')
-rw-r--r-- | templates/page.tmpl | 9 |
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> |