fuel block in views from fuel block database
fuelcms development version.
when adding a fuel_block in a view from the cms it does not display the correct block it only displays the first one in the fuel_blocks table.
in view this was added
<?php echo fuel_block('name_of_the_block_in_cms', '', TRUE); ?>
no matter which block is called from cms blocks control panel it will only show the first one from the fuel_blocks table
Comments
echo $this->fuel->blocks->render('name_of_the_block_in_cms');