From d89c858ce53728c50fcf285f36d067a35c0b1a94 Mon Sep 17 00:00:00 2001 From: Fabian Carlos Date: Mon, 7 May 2012 23:43:46 -0400 Subject: [PATCH] Atualizacao nao importante --- application/classes/controller/applicationBlog.php | 3 --- application/views/layouts/template_blog.php | 2 -- media/css/style.css | 2 +- 3 files changed, 1 insertion(+), 6 deletions(-) diff --git a/application/classes/controller/applicationBlog.php b/application/classes/controller/applicationBlog.php index d91ff7e..b3caec8 100644 --- a/application/classes/controller/applicationBlog.php +++ b/application/classes/controller/applicationBlog.php @@ -5,13 +5,10 @@ abstract class Controller_ApplicationBlog extends Controller_Template{ public $template = 'layouts/template_blog'; public function before(){ - - $icon = URL::base() . 'media/images/favicon_blog.png'; parent::before(); View::set_global('site_name', 'Blog com Kohana 3.2'); View::set_global('description', 'Exemplo de blog usando framework kohana'); - View::set_global('shortcut_icon', $icon); $this->template->content = ''; $this->template->styles = array( diff --git a/application/views/layouts/template_blog.php b/application/views/layouts/template_blog.php index b362feb..502961a 100644 --- a/application/views/layouts/template_blog.php +++ b/application/views/layouts/template_blog.php @@ -4,8 +4,6 @@ <?php echo $site_name; ?> - - diff --git a/media/css/style.css b/media/css/style.css index 68ef7c8..c161541 100644 --- a/media/css/style.css +++ b/media/css/style.css @@ -15,7 +15,7 @@ audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; } audio:not([controls]) { display: none; } [hidden] { display: none; } -body { margin:0px; padding:0px; background: #f5f5f5 url('../images/blog_background.png') repeat 0 0; height:100%; width:100%; top:0; left:0; } +body { margin:0px; padding:0px; background: #f5f5f5 url('../images/blog_background.png') repeat 0 0; height:100%; width:100%; top:0; left:0; } /* Text Font and Color CUSTOM */ body, button, input, select, textarea { font-family: "Trebuchet MS", Tahoma, sans-serif; color:#474646; }