Welcome Guest, Not a member yet? Register   Sign In
1.6.2 Bug
#1

[eluser]a.somervell[/eluser]
controllers/welcome.php

Line: 13

Code:
<?php

class Welcome extends Controller {

    function Welcome()
    {
        parent::Controller();    
    }
    
    function index()
    {
        $this->load->view('welcome_message');
        $this->load->view('fake');

    }
}

/* End of file welcome.php */
/* Location: ./system/application/controllers/welcome.php */
#2

[eluser]oracledarren[/eluser]
I noticed this one too Smile

Just remove the $this->load->view('fake'); line.

Also at the end of the welcome view file you might want to remove the Grandma line Smile




Theme © iAndrew 2016 - Forum software by © MyBB