<meta http-equiv="Content-Type" content="<?php $this->text('mimetype') ?>; charset=<?php $this->text('charset') ?>" />
<?php $this->html('headlinks') ?>
<title><?php $this->text('pagetitle') ?></title>
- <!-- FUSIONFORGE Stylesheet BEGIN -->
- <?php if (!$GLOBALS['sys_use_mwframe']){
- if (_('default_font') != 'default_font') {
- $site_fonts = _('default_font');
- } else {
- $site_fonts = 'helvetica' ;
- }
- $GLOBALS['HTML']->headerCSS();
- }
- ?>
- <!-- FUSIONFORGE Stylesheet END -->
+ <!-- FUSIONFORGE Stylesheet BEGIN -->
+ <?php if (!$GLOBALS['sys_use_mwframe']){ $GLOBALS['HTML']->headerCSS(); } ?>
+ <!-- FUSIONFORGE Stylesheet END -->
<?php $this->html('csslinks') ?>
<!--[if lt IE 7]><script type="<?php $this->text('jsmimetype') ?>" src="<?php $this->text('stylepath') ?>/common/IEFixes.js?<?php echo $GLOBALS['wgStyleVersion'] ?>"></script>