EllisLab text mark
Advanced Search
     
control login
Posted: 27 April 2012 11:40 AM   [ Ignore ]
Joined: 2012-04-26
7 posts

Hello everyone, I have the following code in the page view:

$CI = get_instance();
if ($CI->tank_auth->is_logged_in())
{
  // yes
}
else
{
  // no


I would insert it into the controller and not in view, perhaps returning as a result of a variable you can control the view, if it sees a div logged in, otherwise you will see another ..... how can I do.
Thanks to all