diff --git a/src/com_weblinks/admin/views/weblink/tmpl/edit.php b/src/com_weblinks/admin/views/weblink/tmpl/edit.php index 614e02d..4b0c692 100644 --- a/src/com_weblinks/admin/views/weblink/tmpl/edit.php +++ b/src/com_weblinks/admin/views/weblink/tmpl/edit.php @@ -14,6 +14,9 @@ JHtml::addIncludePath(JPATH_COMPONENT . '/helpers/html'); JHtml::_('behavior.formvalidator'); JHtml::_('formbehavior.chosen', 'select'); +// Ignore Image fieldset for the layouts as we render it manually +$this->ignore_fieldsets = array('images'); + JFactory::getDocument()->addScriptDeclaration(" Joomla.submitbutton = function(task) {