Create more area inline editing
I'm starting to use Fuel CMS, but I'm having many problems.
I want to create areas, and block modified inline, but do not know where to start
I tired with:
<?php echo fuel_edit($my_block->id, 'Edit Block '.$my_block->name, 'blocks')?>
I do not know where to put the variable my block.
Sorry for my English
Thank you.
Comments
<?=fuel_block('block_name')?>
If it's saved in the CMS, the pencil icons for inline editing should appear if they are toggled on using the menu in the upper right.