It looks like you're new here. If you want to get involved, click one of these buttons!
I have defined a site variable from the admin. But the content is coming blank. I have fuel_mode set as auto in the config/MY_fuel.php. I call it in view like in the following way.
<?=fuel_var('metadescriptionposter','poster','sitevariables)?>
Comments
Does just the following work?
<?=fuel_var('metadescriptionposter')?>