How do I add a CMS block to a view?
I have a block that I created in the CMS and I want to add it to a view, but I have no idea how!?
The CMS block is named "My Block" and it's id is 1
I tried:
<?= fuel_block('My Block') ?>
and
<?= fuel_block('1') ?>
With not luck
Comments
<?= fuel_block('My Block') ?> does work
{fuel_block('my_block')}