| Current Path : /home/g/i/t/giteleslfp/www/administrator/components/com_templateck/views/help/ |
| Current File : /home/g/i/t/giteleslfp/www/administrator/components/com_templateck/views/help/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 TemplateckViewHelp extends JViewLegacy {
/**
* About view display method
* @return void
* */
function display($tpl = null) {
JToolBarHelper::title(TCK_Text::_('CK_HELP'), 'home_templateck');
TemplateckHelper::addSidebar();
parent::display($tpl);
}
}