The code is there, but it has a bug.
This line:
echo LayoutHelper::render('joomla.content.info_block.block', array('item' => $this->item, 'params' => $params, 'position' => 'above'));
Should be:
echo LayoutHelper::render('joomla.content.info_block', array('item' => $this->item, 'params' => $params, 'position' => 'above'));
Can you correct this?
Every time i update the template i have to change this.
and with the latest critical bugs that helix had, i can't update all my websites fast, because of this.
Please fix this.
Thanks.