From 02ff642a5ce9461c14cc21d3688529037637951a Mon Sep 17 00:00:00 2001 From: Michael Francis Date: Sun, 24 Jul 2011 23:59:02 -0400 Subject: Implemented a ribbon which displays the current environment --- views/layouts/default.html.php | 6 +++ webroot/css/ribbon.css | 115 +++++++++++++++++++++++++++++++++++++++++ 2 files changed, 121 insertions(+) create mode 100644 webroot/css/ribbon.css diff --git a/views/layouts/default.html.php b/views/layouts/default.html.php index 9313414..cd179f9 100644 --- a/views/layouts/default.html.php +++ b/views/layouts/default.html.php @@ -8,10 +8,16 @@ use \lithium\security\Auth; OtakuHub<?php $title = $this->title(); if ($title) echo " > $title" ?> html->style(array('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(); ?> +
+ + + +