Your IP : 216.73.216.55


Current Path : /home/giteleslfp/www/administrator/components/com_templateck/views/quickdata/
Upload File :
Current File : /home/giteleslfp/www/administrator/components/com_templateck/views/quickdata/view.html.php

<?php

/**
 * @name		Template Creator CK
 * @copyright	Copyright (C) since 2011. All rights reserved.
 * @license		GNU General Public License version 2 or later; see LICENSE.txt
 * @author		Cedric Keiflin - http://www.template-creator.com - http://www.joomlack.fr
 */
// No direct access to this file
defined('TCK_LOADED') or die('Restricted access');

jimport('joomla.application.component.view');

/**
 * About View
 */
class TemplateckViewQuickdata extends JViewLegacy {

	/**
	 * About view display method
	 * @return void
	 * */
	function display($tpl = null) {
		$this->modules = $this->get('modules');
		// TemplateckHelper::addSidebar();
		JToolBarHelper::title('Template Creator CK - ' . TCK_Text::_('CK_IMPORT_DATA'));
		parent::display($tpl);
	}
}