ACC SHELL

Path : /srv/www/vhosts/bubbagump/
File Upload :
Current File : /srv/www/vhosts/bubbagump/head.php

<title><?php
if ($titleseo) {
    echo $SEO['title'] . " | ";
    echo $titleseo . "";
} else {
    echo $SEO['title'] . " | ";
    if ($nazvyurovne[$poceturovni - 2] != "")
        echo $nazvyurovne[$poceturovni - 2] . " | ";
    echo $nazvyurovne[$poceturovni - 1] . " | ";
    if ($SEO['title_end'] != "")
        echo $SEO['title_end'];
}
?></title>

<meta http-equiv="Content-Type" content="<?php echo $CFG['content-type']; ?>" />
<meta http-equiv="Content-language" content="<?php echo $CFG['content-language'][$_SESSION[$NAZEV_PROJEKTU . "lang"]]; ?>" />
<meta http-equiv="Cache-control" content="<?php echo $CFG['cache-control']; ?>" />
<meta http-equiv="Pragma" content="<?php echo $CFG['pragma']; ?>" />
<meta http-equiv="Expires" content="<?php echo $CFG['expires']; ?>" />
<meta name="robots" content="<?php echo $SEO['robots']; ?>" />


<meta name="googlebot" content="<?php echo $SEO['google_bot']; ?>" />
<meta name="Description" content="<?php
    if ($descriptionseo) {
        echo $descriptionseo;
    } else {
        echo $SEO['description'];
    }
?>" />
<meta name="Keywords" content="<?php
      if ($keywordsseo) {
          echo $keywordsseo;
      } else {
          echo $SEO['keywords'];
      }
?>" />
<meta name="Rating" content="General" />
<meta name="Author" content="<?php echo $SEO['author']; ?>" />

<link href='http://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css' />
<link rel="stylesheet" href="styly/fonts.css" type="text/css" charset="utf-8" />
<link rel="stylesheet" href="styly/zaklad<? echo $CONF['LAYOUT']; ?>.css" type="text/css" />

<? /*
<link rel="stylesheet" href="eshop/eshop.css" type="text/css" />
<link rel="stylesheet" href="eshop/administrace/eshop_administrace.css" type="text/css" />
*/?>

<?php
if ($_SESSION[$NAZEV_PROJEKTU . "nazvysablon"])
    foreach ($_SESSION[$NAZEV_PROJEKTU . "nazvysablon"] as $k => $v) {
        if (file_exists("sablony/$k/sablona.css"))
            echo "<link rel=\"stylesheet\" href=\"sablony/$k/sablona.css\" type=\"text/css\" />\n";
    }
?>


<link rel="shortcut icon" href="design/favicon.png" type="image/png" />

<?php include "jquery/jquery.php"; ?>
<?/*
<script type="text/javascript" src="eshop/administrace/eshop.js"></script>
*/?>
<script type="text/javascript">
  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
  })(window,document,'script','//www.google-analytics.com/analytics.js','ga');

  ga('create', 'UA-57119393-1', 'auto');
  ga('send', 'pageview');

</script>

ACC SHELL 2018