site variables template parsing
Hi, I'm new to fuel cms and got stuck when adding an image using cms admin to the site variable, I've used fuel_var to echo the site variables but the template parsing didn't parse the img src value as it should. am I missing something here ?
Comments
and it was printed as is, I've used a static view to print it out like this
<?
echo fuel_var('variable_name'); ?>
in my layout I've added
$vars['parse_view'] = TRUE;
isn't their more dynamic way since am planning to split the website content into site variables and the cms users will require to add assets.
appreciate your feedback