%PDF- %PDF-
Direktori : /home1/lightco1/www/components/com_csvi/views/import/ |
Current File : //home1/lightco1/www/components/com_csvi/views/import/view.html.php |
<?php /** * @package CSVI * @subpackage Import * * @author Roland Dalmulder <contact@csvimproved.com> * @copyright Copyright (C) 2006 - 2016 RolandD Cyber Produksi. All rights reserved. * @license GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html * @link http://www.csvimproved.com */ defined('_JEXEC') or die; /** * Front-end import view. * * @since 6.6.0 */ class CsviViewImport extends JViewLegacy { /** * Method to display the view. * * @param string $tpl A template file to load. [optional] * * @return mixed JError object on failure, void on success. * * @since 2.5 */ public function display($tpl = null) { parent::display($tpl); } }