09-05-2009, 09:14 AM
[eluser]doubleplusgood[/eluser]
The meta function seems to work if i just do the following in the view;
but fails when I do this;
The meta function seems to work if i just do the following in the view;
Code:
<?php echo meta('description', 'My Great site'); ?>
but fails when I do this;
Code:
<?php echo meta($meta); ?>