Example #1
0
?>
" class="isie ie9 no-js"> <![endif]-->
<!--[if (gt IE 9)|!(IE)]><!--> <html lang="<?php 
echo $this->language;
?>
" class="no-js"> <!--<![endif]-->
<head>
	<meta charset="utf-8">
	<meta name="robots" content="index, follow"/>
	<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" />
	<jdoc:include type="head" />
<?php 
// display the favicons
echo TplHelper::displayFavicons($templateparams);
//load google fonts
TplHelper::googleFonts($templateparams);
// Display Google Analytics
echo TplHelper::googleAnalytics($templateparams);
?>
</head>

<body class="offline-page">
	<div id="background"></div>
	<jdoc:include type="message" />

	<div id="frame" <?php 
echo $hasErrors ? 'class="hasMessages"' : '';
?>
>
		<form action="<?php 
echo JRoute::_('index.php', true);