From 2d2842845b648571e8fc38cf1b3df65386532469 Mon Sep 17 00:00:00 2001 From: raylu Date: Sun, 24 Jul 2011 23:12:25 -0700 Subject: this is so broken. the ribbon will never work in IE --- views/layouts/default.html.php | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'views') diff --git a/views/layouts/default.html.php b/views/layouts/default.html.php index cd179f9..289ec8a 100644 --- a/views/layouts/default.html.php +++ b/views/layouts/default.html.php @@ -6,18 +6,20 @@ use \lithium\security\Auth; html->charset(); ?> OtakuHub<?php $title = $this->title(); if ($title) echo " > $title" ?> - html->style(array('style', 'base')) ?> + html->style('style') ?> + html->style('base') ?> html->style('themes/light') ?> html->style('ribbon'); ?> html->style('jquery.fancybox-1.3.4') ?> html->style('http://fonts.googleapis.com/css?family=Cantarell:regular,bold&v1') ?> styles(); ?> -
- - - -
+ +