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 @@