get page location

edited July 2014 in Modules
when we create editable page at the backend we need to enter location.

However how can i access this parameter in view file. I tried both $location and fuel_var('location') cannot work

Comments

  • edited 1:45AM
    It's set automatically on the fuel object:
    $CI->fuel->page->properties('location');
Sign In or Register to comment.