ACC SHELL

Path : /srv/www/vhosts/profias/templates/
File Upload :
Current File : /srv/www/vhosts/profias/templates/main.php

<?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&amp;source=s_q&amp;hl=cs&amp;geocode=&amp;q=Bayerova+792%2F23+602+00&amp;aq=&amp;sll=49.207513,16.601315&amp;sspn=0.011285,0.033023&amp;brcurrent=5,0,0&amp;ie=UTF8&amp;hq=&amp;hnear=Bayerova+792%2F23,+Veve%C5%99%C3%AD,+602+00+Brno&amp;t=m&amp;z=14&amp;ll=49.207513,16.601315&amp;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