fuel_var is not working with if condition
Hi,
I am trying to compare if(fuel_var('curr_page') != 'home') But it's not working properly.
I have print the fuel_var('curr_page') and it's printing "home" even though condition becoming true.
Even this kind of condition is also not working. --> if(fuel_var('curr_page') != '')
Comments