Current Directory: /home/astoriaah/www/old15/plugins/sh404sefcore/sh404sefofflinecode
Viewing File: /home/astoriaah/www/old15/plugins/sh404sefcore/sh404sefofflinecode/sh404sef_offline_template.php
<?php
/**
* sh404SEF - SEO extension for Joomla!
*
* @author Yannick Gaultier
* @copyright (c) Yannick Gaultier 2014
* @package sh404SEF
* @license http://www.gnu.org/copyleft/gpl.html GNU/GPL
* @version 4.4.4.1791
* @date 2014-07-01
*/
// no direct access
defined( '_JEXEC' ) or die( 'Restricted access' );
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $this->language; ?>" lang="<?php echo $this->language; ?>" dir="<?php echo $this->direction; ?>">
<head>
<jdoc:include type="head" />
<link rel="stylesheet" href="<?php echo JURI::base( true); ?>/templates/system/css/offline.css" type="text/css" />
<?php if($this->direction == 'rtl') : ?>
<link rel="stylesheet" href="<?php echo JURI::base( true); ?>/templates/system/css/offline_rtl.css" type="text/css" />
<?php endif; ?>
<link rel="stylesheet" href="<?php echo JURI::base( true); ?>/templates/system/css/system.css" type="text/css" />
</head>
<body>
<jdoc:include type="message" />
<div id="frame" class="outline">
<h1>
<?php echo $mainframe->getCfg('sitename'); ?>
</h1>
<p>
<?php echo $mainframe->getCfg('offline_message'); ?>
</p>
</div>
</body>
</html>