Welcome Guest, Not a member yet? Register   Sign In
if page is equal to home
#7

[eluser]the_unforgiven[/eluser]
So if i do
Code:
if($this->load->view($frontend) == 'home') {
show something
}
else {
show nothing
}

and in my controller i have the var $frontend like so:

Code:
public function index()
{
  $data['title'] = 'Page Title';
  $data['h1'] = 'Welcome';
  $data['frontend'] = 'home';
  $this->load->view('template', $data);
}


Messages In This Thread
if page is equal to home - by El Forum - 04-25-2012, 04:13 AM
if page is equal to home - by El Forum - 04-25-2012, 05:51 AM
if page is equal to home - by El Forum - 04-25-2012, 05:57 AM
if page is equal to home - by El Forum - 04-25-2012, 06:11 AM
if page is equal to home - by El Forum - 04-25-2012, 06:13 AM
if page is equal to home - by El Forum - 04-25-2012, 06:23 AM
if page is equal to home - by El Forum - 04-25-2012, 06:26 AM
if page is equal to home - by El Forum - 04-25-2012, 06:29 AM
if page is equal to home - by El Forum - 04-25-2012, 06:30 AM
if page is equal to home - by El Forum - 04-25-2012, 06:34 AM
if page is equal to home - by El Forum - 04-25-2012, 06:41 AM
if page is equal to home - by El Forum - 04-25-2012, 06:46 AM
if page is equal to home - by El Forum - 04-25-2012, 11:22 AM
if page is equal to home - by El Forum - 04-25-2012, 11:39 AM
if page is equal to home - by El Forum - 04-25-2012, 11:45 AM
if page is equal to home - by El Forum - 04-25-2012, 11:50 AM



Theme © iAndrew 2016 - Forum software by © MyBB