" class="<?php 
echo implode(' ', $cls);
?>
"> <!--<![endif]-->
	<head>
		<meta http-equiv="content-type" content="text/html; charset=utf-8" />
		<meta name="viewport" content="width=device-width" />
		<!-- <meta http-equiv="X-UA-Compatible" content="IE=edge" /> Doesn't validate... -->

		<title><?php 
echo $config->getValue('config.sitename') . ' - ' . (in_array($this->error->getCode(), array(404, 403, 500)) ? $this->error->getCode() : 500);
?>
</title>

		<link rel="stylesheet" type="text/css" media="screen" href="<?php 
echo \Hubzero\Document\Assets::getSystemStylesheet(array('fontcons', 'reset', 'columns', 'notifications'));
/* reset MUST come before all others except fontcons */
?>
" />
		<link rel="stylesheet" type="text/css" media="screen" href="<?php 
echo $this->baseurl;
?>
/templates/<?php 
echo $this->template;
?>
/css/main.css" />
		<link rel="stylesheet" type="text/css" media="screen" href="<?php 
echo $this->baseurl;
?>
/templates/<?php 
echo $this->template;
Example #2
0
<!--[if (gt IE 9)|!(IE)]><!--> <html dir="<?php 
echo $this->direction;
?>
" lang="<?php 
echo $this->language;
?>
" class="<?php 
echo implode(' ', $cls);
?>
"> <!--<![endif]-->
	<head>
		<meta name="viewport" content="width=device-width" />
		<!--[if IE]><meta http-equiv="X-UA-Compatible" content="IE=edge" /><![endif]-->

		<link rel="stylesheet" type="text/css" media="screen" href="<?php 
echo \Hubzero\Document\Assets::getSystemStylesheet();
?>
" />
		<link rel="stylesheet" type="text/css" media="screen" href="<?php 
echo $this->baseurl;
?>
/templates/<?php 
echo $this->template;
?>
/css/main.css" />
		<link rel="stylesheet" type="text/css" media="print"  href="<?php 
echo $this->baseurl;
?>
/templates/<?php 
echo $this->template;
?>
$joomlaVersion = new JVersion();
$joomlaRelease = 'joomla' . $joomlaVersion->RELEASE;
?>
<!DOCTYPE html>
<html class="<?php 
echo strtolower($browser->device() . ' ' . $browser->platform() . ' ' . $browser->platformVersion());
?>
 <?php 
echo $joomlaRelease;
?>
">
	<head>
		<!-- <meta http-equiv="X-UA-Compatible" content="IE=edge" /> Doesn't validate... -->

		<link rel="stylesheet" type="text/css" media="screen" href="<?php 
echo \Hubzero\Document\Assets::getSystemStylesheet(array('fontcons', 'reset', 'columns', 'notifications', 'pagination', 'tabs', 'tags', 'tooltip', 'comments', 'voting', 'icons', 'buttons', 'layout'));
/* reset MUST come before all others except fontcons */
?>
" />
		<link rel="stylesheet" href="<?php 
echo $this->baseurl;
?>
/templates/<?php 
echo $this->template;
?>
/css/main.css" />
		<link rel="stylesheet" href="<?php 
echo $this->baseurl;
?>
/templates/<?php 
echo $this->template;