Welcome Guest, Not a member yet? Register   Sign In
How to find out user is in index
#5

[eluser]Samus[/eluser]
[quote author="Hamed" date="1338301679"]does not work for me.[/quote]
because you haven't defined index_page().
do something like..

Code:
$index_page = '/';
then
Code:
$this->load->helper('url');
if($index_page == current_url()) echo "user is at root";


Messages In This Thread
How to find out user is in index - by El Forum - 05-29-2012, 12:25 AM
How to find out user is in index - by El Forum - 05-29-2012, 01:30 AM
How to find out user is in index - by El Forum - 05-29-2012, 01:38 AM
How to find out user is in index - by El Forum - 05-29-2012, 07:27 AM
How to find out user is in index - by El Forum - 05-29-2012, 07:58 AM
How to find out user is in index - by El Forum - 05-29-2012, 09:53 AM



Theme © iAndrew 2016 - Forum software by © MyBB