It looks like you're new here. If you want to get involved, click one of these buttons!
if($this->tank_auth->is_logged_in()):
//Call the view file....code here
else:
$vars = array('page_title' => 'Login : Clarens Ads');
//$this->ci->load->view('auth/auth/login_form');
$page_init = array('location' => 'auth/auth/login_form');
$this->load->module_library(FUEL_FOLDER, 'fuel_page', $page_init);
$this->fuel_page->add_variables($vars);
$this->fuel_page->render();
localhost/mysite/test
I get a blank page.
Comments
The method is: index
There is no test, there is only mysite/postanad
Calling mysite/postanad - I get blank page
Any different calling mysite/postanad/index?
If not can you output anything in the classes contructor?