summaryrefslogtreecommitdiff
path: root/classes/Design.php
diff options
context:
space:
mode:
authorZach Copley <zach@controlyourself.ca>2009-06-15 22:13:35 -0700
committerZach Copley <zach@controlyourself.ca>2009-06-15 22:13:35 -0700
commitef99f83963ba598b1e52224ce80a7d8a8e84a96f (patch)
treec107a91a1e49a844c9871113d50b6e7ac59fb490 /classes/Design.php
parent44343986c31b20158ef07438f85a6bf35b93a3ab (diff)
Output custom stylesheets on design sub-Actions
Diffstat (limited to 'classes/Design.php')
-rw-r--r--classes/Design.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/Design.php b/classes/Design.php
index bb1e917e3..4f6b2a844 100644
--- a/classes/Design.php
+++ b/classes/Design.php
@@ -47,7 +47,7 @@ class Design extends Memcached_DataObject
function showCSS($out)
{
- $out->element('stylesheet', array('type' => 'text/css'),
+ $out->element('style', array('type' => 'text/css'),
'body { background-color: #' . dechex($this->backgroundcolor) . '} '."\n".
'#content { background-color #' . dechex($this->contentcolor) . '} '."\n".
'#aside_primary { background-color #'. dechex($this->sidebarcolor) .'} '."\n".