ACC SHELL
<?php
echo '<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta http-equiv="content-language" content="cs" />
<meta name="robots" content="'.$this->seo_robots.'" />
<meta name="author" content="'.$this->seo_author.'" />
<title>'.$this->seo_title.'</title>
<meta name="description" content="'.$this->seo_description.'" />
<meta name="keywords" content="'.$this->seo_keywords.'" />
<link rel="shortcut icon" href="'.$this->seo_path_favicon.'">
<link rel="stylesheet" href="'.$this->http_root.'css/font-awesome.min.css" media="screen, projection" type="text/css" />
<link rel="stylesheet" href="'.$this->http_root.'css/basic.css" media="screen, projection" type="text/css" />
<link rel="stylesheet" href="'.$this->http_root.'css/main.css" media="screen, projection" type="text/css" />
<link rel="stylesheet" href="'.$this->http_root.'css/print.css" media="print" type="text/css" />
<script type="text/javascript" src="'.$this->http_root.'js/jquery.core.js"></script>
<script type="text/javascript" src="'.$this->http_root.'js/main.js"></script>
</head>
<body>
<div id="wrap">
<!-- Header begin -->
<div id="header">
<div id="logo">
<h1><a href="'.$this->http_root.'">'.$this->seo_title.'<span></span></a></h1>
</div>
</div>
<!-- Header end -->
<!-- Container begin -->
<div id="container">
<div id="column-sidebar">
'.$this->template['menu'].'
</div>
<div id="column-content">
<h2>'.$this->page["name"].'</h2>
'.$this->page['content'].'
</div>
<div class="clear"></div>
</div>
<div id="photo-collage"></div>
<!-- Container end -->
<!-- Footer begin -->
<div id="footer">
<div class="contact">
<h2>Kde nás najdete?</h2>
<ul>
<li>Bayerova 792/23</li>
<li>PSČ 602 00</li>
</ul>
</div>
<div class="map">
<iframe width="690" height="260" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="https://maps.google.cz/maps?f=q&source=s_q&hl=cs&geocode=&q=Bayerova+792%2F23+602+00&aq=&sll=49.207513,16.601315&sspn=0.011285,0.033023&brcurrent=5,0,0&ie=UTF8&hq=&hnear=Bayerova+792%2F23,+Veve%C5%99%C3%AD,+602+00+Brno&t=m&z=14&ll=49.207513,16.601315&output=embed"></iframe>
</div>
</div>
<!-- Footer end -->
</div>
<div id="wrap-shadow"></div>
<div id="arrow-top">
<i class="icon-double-angle-up"></i>
</div>
</body>
</html>';
?>
ACC SHELL 2018