diff options
author | Remi Collet <fedora@famillecollet.com> | 2017-03-24 15:16:08 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2017-03-24 15:16:08 +0100 |
commit | 0d8731a8f1c3a2d8bed7b4f88d3a3f9bab749404 (patch) | |
tree | fe50713cf0dc75e7332576e562a6436b14ceec92 /themes/remi/tpl/_head.html |
import
Diffstat (limited to 'themes/remi/tpl/_head.html')
-rw-r--r-- | themes/remi/tpl/_head.html | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/themes/remi/tpl/_head.html b/themes/remi/tpl/_head.html new file mode 100644 index 0000000..5871e1f --- /dev/null +++ b/themes/remi/tpl/_head.html @@ -0,0 +1,13 @@ +<style type="text/css" media="screen"> +@import url({{tpl:BlogThemeURL}}/style.css); +</style> +<style type="text/css" media="print"> +@import url({{tpl:BlogThemeURL}}/../default/print.css); +</style> +<link rel="shortcut icon" href="{{tpl:BlogThemeURL}}/favicon.ico" /> + +<script type="text/javascript" src="{{tpl:BlogThemeURL}}/../default/js/jquery.js"></script> +<script type="text/javascript" src="{{tpl:BlogThemeURL}}/../default/js/jquery.cookie.js"></script> + +{{tpl:include src="user_head.html"}} +{{tpl:SysBehavior behavior="publicHeadContent"}} |