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 +++-- views/pages/feed.html.php | 6 +++++- views/pages/home.html.php | 4 ++++ views/users/signup.html.php | 4 ++++ 4 files changed, 16 insertions(+), 3 deletions(-) (limited to 'views') 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(); ?>