b0y-101 Mini Shell


Current Path : E:/www2/plan/administrator/components/com_jevents/views/customcss/tmpl/
File Upload :
Current File : E:/www2/plan/administrator/components/com_jevents/views/customcss/tmpl/default.php

<?php
/**
 * JEvents Component for Joomla! 3.x
 *
 * @version     $Id: cpanel.php 3119 2011-12-20 14:34:33Z geraintedwards $
 * @package     JEvents
 * @copyright   Copyright (C)  2008-2019 GWE Systems Ltd
 * @license     GNU/GPLv2, see http://www.gnu.org/licenses/gpl-2.0.html
 * @link        http://www.jevents.net
 */
defined('_JEXEC') or die('Restricted access');

$jinput = JFactory::getApplication()->input;
?>

<form action="index.php?option=com_jevents&view=customcss" method="post" name="adminForm" id="adminForm" class="form-vertical">
    <?php //Render the Editor ?>
    <?php echo $this->form->renderField('source'); ?>
    <?php echo JHtml::_( 'form.token' ); ?>
    <input type="hidden" name="controller" value="component" />
    <input type="hidden" name="option" value="<?php echo JEV_COM_COMPONENT; ?>" />
    <input type="hidden" name="task" value="" />
</form>

Copyright © 2019 by b0y-101