camp fixes; cookie box

This commit is contained in:
Ricsi
2017-06-12 00:31:22 +02:00
parent f17adf4850
commit fa0e1a6488
23 changed files with 534 additions and 208 deletions

View File

@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html>
<?php
setlocale(LC_ALL, 'hu_HU');
@@ -52,7 +52,16 @@ setlocale(LC_ALL, 'hu_HU');
?>
<title>Badminton Coach</title>
<title>
<?php
if ($page->is_page() && ($page->get_page() == 'tabor')) {
echo "Tollaslabda táborok 2017. nyár";
}
else {
echo "Badminton Coach";
}
?>
</title>
</head>
<body>
@@ -94,6 +103,7 @@ setlocale(LC_ALL, 'hu_HU');
});
</script>
<!--Start Cookie Script--> <script type="text/javascript" charset="UTF-8" src="http://chs03.cookie-script.com/s/bf70195c19da2a2b2ca37a0384845a73.js"></script> <!--End Cookie Script-->
</body>
</html>