Line 1... |
Line 1... |
1 |
<?php
|
1 |
<?php
|
2 |
if (!empty($_SESSION["gtmId"])) {
|
2 |
if (!empty($_SESSION["gtmId"])) {
|
3 |
echo '<noscript nonce="' . base64_encode($_SESSION["nonce"]) . '"><iframe src="https://www.googletagmanager.com/ns.html?id="' . $_SESSION["gtmId"] . '" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>';
|
3 |
echo '<noscript nonce="' . base64_encode($_SESSION["nonce"]) . '"><iframe src="https://www.googletagmanager.com/ns.html?id=' . $_SESSION["gtmId"] . '" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>';
|
4 |
} ?>
|
4 |
} ?>
|
5 |
<div class="header mb-5">
|
5 |
<div class="header mb-5">
|
6 |
<form method="post" action="/index.php">
|
6 |
<form method="post" action="/index.php">
|
7 |
<input type="hidden" name="sessionTab" value="<?php if (isset($_POST['sessionTab'])) echo $_POST['sessionTab']; ?>" />
|
7 |
<input type="hidden" name="sessionTab" value="<?php if (isset($_POST['sessionTab'])) echo $_POST['sessionTab']; ?>" />
|
8 |
<input type="hidden" name="searchTerm" value="<?php if (isset($_POST['searchTerm'])) echo $_POST['searchTerm']; ?>" />
|
8 |
<input type="hidden" name="searchTerm" value="<?php if (isset($_POST['searchTerm'])) echo $_POST['searchTerm']; ?>" />
|