Current Path : /var/www/html/clients/kampol.e-nk.ru/administrator/components/com_attachments/views/edit/ |
Current File : /var/www/html/clients/kampol.e-nk.ru/administrator/components/com_attachments/views/edit/view.php |
<?php /** * Attachments component * * @package Attachments * @subpackage Attachments_Component * * @copyright Copyright (C) 2007-2011 Jonathan M. Cameron, All Rights Reserved * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL * @link http://joomlacode.org/gf/project/attachments/frs/ * @author Jonathan M. Cameron */ // no direct access defined( '_JEXEC' ) or die( 'Restricted access' ); jimport( 'joomla.application.component.view'); /** * HTML View class for editing new attachments * * @package Attachments */ class AttachmentsViewEdit extends JView { /** * Display the edit view */ function display($tpl = null) { parent::display($tpl); } } ?>