1
0
PSSGliwice/index.php
2022-05-17 20:34:12 +02:00

60 lines
1.5 KiB
PHP

<?
error_reporting(E_ERROR);
$tytul=$_GET['tytul'];
date_default_timezone_set("Europe/Warsaw");
if (($tytul !=""))$tresc="t".$tytul;
if($tytul=="")
{
$tytul="aktualnosci";
$tresc="taktualnosci";
}
$tytul = $tytul.".htm";
$tresc = $tresc.".htm";
//echo("$tresc.$tytul");
if((!file_exists($tresc)))
{
$tytul="work.htm";
$tresc="twork.htm";
}
require("nagl.htm");
require("karuzela.htm");
echo "<div class=\"container marketing\">";
require($tresc);
?>
</div><!-- /.container -->
<!-- FOOTER -->
<footer class="container-fluid footer .navbar-fixed-bottom ">
<div class="container footer-inside">
<p class="pull-right"><a href="#" onclick="$.scrollTo(0, {duration:400});" class="up"><span class="glyphicon glyphicon-menu-up"></span></a></p>
<p style="color:white">&copy; 2015-2020 Gliwickie Centrum Handlowe GCH MERKURY</p>
<div class="row">
<div class="col-sm-2"><p style="color:white;"><b>Godziny otwarcia</b></p></div>
<div class="col-sm-2"><p style="color:white"><b>stoiska handlowe:</b><br>
pon-pt - 10:00 - 18:00<br>
sobota - 10:00 - 14:00<br>
niedziela - nieczynne</p></div>
<div class="col-sm-2"><p style="color:white"><b>delikatesy spożywcze:</b><br>
pon-pt - 6:30 - 19:00<br>
sobota - 8:00 - 15:00<br>
niedziela - nieczynne</p></div>
</div>
<p style="color:white" class="pull-right">webdesign: <a href="https://www.caprisoft.com.pl" target="_blank" class="norm">Caprisoft</a></p>
</div>
</footer>
</body>
</html>