AAAAhome/academiac/www/administrator/templates/hathor/cpanel.php 0000644 00000013604 15137153755 0020345 0 ustar 00 getTag().'/'.$lang->getTag().'.css';
?>
params->get('colourChoice')) :
$colour = 'standard';
else :
$colour = htmlspecialchars($this->params->get('colourChoice'));
endif;
?>
direction == 'rtl') : ?>
params->get('boldText')) : ?>
home/academiac/www/administrator/templates/bluestork/cpanel.php 0000644 00000007721 15137250052 0021061 0 ustar 00 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');
}
?>