From 47581aa5b4f85522a1ec171eae76da6105b3b954 Mon Sep 17 00:00:00 2001 From: raylu Date: Mon, 4 Jul 2011 02:44:57 -0700 Subject: reorganize CSS... with fire --- views/layouts/default.html.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'views/layouts') 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; html->charset() ?> OtakuHub<?php $title = $this->title(); if ($title) echo " > $title" ?> html->style(array('style', 'base')) ?> - html->style(array('themes/light')) ?> - html->style(array('prettyPhoto')) ?> + html->style('themes/light') ?> + html->style('prettyPhoto') ?> + styles(); ?>