now it is working using parse_template_syntax. but do I need to call parse_template_syntax everytime I echo a variable?
isn't their more dynamic way since am planning to split the website content into site variables and the cms users will require to…
no error messages, the template parsing tag was printed as is, I've add the below line in the site variable using cms admin
and it was printed as is, I've used a static view to print it out like this
<?
echo fuel_var('variable_name'); ?>
in…