芝麻web文件管理V1.00
编辑当前文件:/home/asmplong/www/ancien-site-2019/site/administrator/templates/bluestork/cpanel.php
addStyleSheet('templates/system/css/system.css'); $doc->addStyleSheet('templates/'.$this->template.'/css/template.css'); if ($this->direction == 'rtl') { $doc->addStyleSheet('templates/'.$this->template.'/css/template_rtl.css'); } /** Load specific language related css */ $lang = JFactory::getLanguage(); $file = 'language/'.$lang->getTag().'/'.$lang->getTag().'.css'; if (JFile::exists($file)) { $doc->addStyleSheet($file); } if ($this->params->get('textBig')) { $doc->addStyleSheet('templates/'.$this->template.'/css/textbig.css'); } if ($this->params->get('highContrast')) { $doc->addStyleSheet('templates/'.$this->template.'/css/highcontrast.css'); } ?>
params->get('showSiteName') ? $app->getCfg('sitename'). " " . JText::_('JADMINISTRATION') : JText::_('JADMINISTRATION') ; ?>
'.JText::_('JGLOBAL_VIEW_SITE').'
'; // Print the logout link. $output[] = '
' .($hideLinks ? '' : '
').JText::_('JLOGOUT').($hideLinks ? '' : '
').'
'; // Reverse rendering order for rtl display. if ($this->direction == "rtl") : $output = array_reverse($output); endif; // Output the items. foreach ($output as $item) : echo $item; endforeach; ?>
countModules('icon')>1):?> 1));?>