Component-Builder/admin/compiler/joomla_3/edit_site.php

28 lines
1.0 KiB
PHP
Raw Normal View History

2016-01-30 20:28:43 +00:00
<?php
/**
* @package Joomla.Component.Builder
*
* @created 30th April, 2015
* @author Llewellyn van der Merwe <http://www.joomlacomponentbuilder.com>
* @github Joomla Component Builder <https://github.com/vdm-io/Joomla-Component-Builder>
* @copyright Copyright (C) 2015 - 2018 Vast Development Method. All rights reserved.
* @license GNU General Public License version 2 or later; see LICENSE.txt
*/
2016-01-30 20:28:43 +00:00
// No direct access to this file
defined('_JEXEC') or die('Restricted access');
?>
###BOM###
// No direct access to this file
defined('_JEXEC') or die('Restricted access');
###SITE_ADMIN__VIEW_HEADER###
2016-01-30 20:28:43 +00:00
?>
2020-06-25 19:22:30 +00:00
<div class="###component###-###view###">
2016-01-30 20:28:43 +00:00
<?php echo $this->toolbar->render(); ?>
<form action="<?php echo JRoute::_('index.php?option=com_###component###&layout=edit&id='. (int) $this->item->id . $this->referral); ?>" method="post" name="adminForm" id="adminForm" class="form-validate" enctype="multipart/form-data">
2016-01-30 20:28:43 +00:00
###EDITBODY###
2020-06-25 19:22:30 +00:00
</form>
</div>###EDITBODYSCRIPT###