summaryrefslogtreecommitdiffstats
path: root/views/layouts
diff options
context:
space:
mode:
authorraylu <raylu@mixpanel.com>2011-07-04 02:44:57 -0700
committerraylu <raylu@mixpanel.com>2011-07-04 02:44:57 -0700
commit47581aa5b4f85522a1ec171eae76da6105b3b954 (patch)
tree3306245d3b296b27435cc5b3766567625c9f0794 /views/layouts
parentd8c9eac73efb7ed766763e972a4db6d46d0735e8 (diff)
downloadotakuhub-47581aa5b4f85522a1ec171eae76da6105b3b954.tar.xz
reorganize CSS... with fire
Diffstat (limited to 'views/layouts')
-rw-r--r--views/layouts/default.html.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/views/layouts/default.html.php b/views/layouts/default.html.php
index 1eac7f1..af60100 100644
--- a/views/layouts/default.html.php
+++ b/views/layouts/default.html.php
@@ -7,8 +7,9 @@ use \lithium\security\Auth;
<?= $this->html->charset() ?>
<title>OtakuHub<?php $title = $this->title(); if ($title) echo " > $title" ?></title>
<?= $this->html->style(array('style', 'base')) ?>
- <?= $this->html->style(array('themes/light')) ?>
- <?= $this->html->style(array('prettyPhoto')) ?>
+ <?= $this->html->style('themes/light') ?>
+ <?= $this->html->style('prettyPhoto') ?>
+ <?= $this->styles(); ?>
<script type="text/javascript" >
function clearDefault(el) {