Does anyone know how to edit the itemform.php so that when you click on save, it redirects you to the item you created?
- Code: Select all
<td id="toolbar-save" class="button">
<a class="toolbar" href="#" onclick="Joomla.submitbutton('save'); return false;"> <span title="<?php echo JText::_('K2_SAVE'); ?>" class="icon-32-save icon-save"></span> <?php echo JText::_('K2_SAVE'); ?> </a>
Thanks a bunch if you can help!