From 49d2f304d4bb9c04c41c34f4675813b9d8ac3204 Mon Sep 17 00:00:00 2001 From: Eric Barnes Date: Sun, 29 Jul 2012 01:21:53 -0400 Subject: Fixed messed up welcome controller. Not sure how to revert this. Signed-off-by: Eric Barnes --- application/controllers/welcome.php | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/application/controllers/welcome.php b/application/controllers/welcome.php index 9aaab14ad..1ed82d2a7 100644 --- a/application/controllers/welcome.php +++ b/application/controllers/welcome.php @@ -44,10 +44,7 @@ class Welcome extends CI_Controller { */ public function index() { - $this->load->helper('html'); - echo img('test.png', FALSE, array('class' => 'foo')); - - // $this->load->view('welcome_message'); + $this->load->view('welcome_message'); } } -- cgit v1.2.3-24-g4f1b