diff options
author | Mike Macgirvin <mike@macgirvin.com> | 2010-08-16 05:23:26 -0700 |
---|---|---|
committer | Mike Macgirvin <mike@macgirvin.com> | 2010-08-16 05:23:26 -0700 |
commit | 30e3a65c0f15f2cbcc538b35c18b1f60490fda9b (patch) | |
tree | 5f702db316822d065442ba0e3983272deab861ac /view/head.tpl | |
parent | 4bcf38029656fa3ad2e1914f531491ef90320c23 (diff) | |
download | volse-hubzilla-30e3a65c0f15f2cbcc538b35c18b1f60490fda9b.tar.gz volse-hubzilla-30e3a65c0f15f2cbcc538b35c18b1f60490fda9b.tar.bz2 volse-hubzilla-30e3a65c0f15f2cbcc538b35c18b1f60490fda9b.zip |
full theming support
Diffstat (limited to 'view/head.tpl')
-rw-r--r-- | view/head.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/head.tpl b/view/head.tpl index d0fea606c..d3c17d926 100644 --- a/view/head.tpl +++ b/view/head.tpl @@ -1,6 +1,6 @@ <meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> <base href="$baseurl" /> -<link rel="stylesheet" type="text/css" href="$baseurl/view/style.css" media="all" /> +<link rel="stylesheet" type="text/css" href="$stylesheet" media="all" /> <!--[if IE]> <script type="text/javascript" src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script> |