camp fixes; cookie box
This commit is contained in:
14
index.php
14
index.php
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user