Exemple #1
0
 function display($tpl = null)
 {
     JHTML::stylesheet('administrator/components/com_jinc/assets/css/jinc_admin.css');
     JToolBarHelper::title(JText::_('COM_JINC_CPANEL_JINC'), 'jinc');
     JToolBarHelper::preferences('com_jinc', '550');
     jincimport('utility.jinchelper');
     JINCHelper::helpOnLine(87);
     $version = JINCHelper::getJINCVersion();
     $copyright = JINCHelper::getJINCCopyright();
     $license = JINCHelper::getJINCLicense();
     $this->assignRef('version', $version);
     $this->assignRef('copyright', $copyright);
     $this->assignRef('license', $license);
     parent::display($tpl);
 }