ACC SHELL
<title>TISK :: <?php echo $nazvyurovne[$poceturovni-1]." - ".$SEO['title']; ?></title>
<meta http-equiv="Content-Type" content="<?php echo $CFG['content-type']; ?>" />
<meta http-equiv="Content-language" content="<?php echo $CFG['content-language']; ?>" />
<meta http-equiv="Cache-control" content="<?php echo $CFG['cache-control']; ?>" />
<meta http-equiv="Pragma" content="<?php echo $CFG['pragma']; ?>" />
<link rel="stylesheet" href="styly/tisk.css" type="text/css" />
<link rel="stylesheet" href="styly/zaklad<? echo $CONF['LAYOUT']; ?>.css" type="text/css" media="print" />
<?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";
}
?>
<?php include "jquery/jquery.php"; ?>
ACC SHELL 2018