| Line 4... |
Line 4... |
| 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']; ?>" />
|
| - |
|
9 |
<input type="hidden" name="nonce" value="<?php echo $_SESSION['nonce']; ?>" />
|
| 9 |
<nav class="navbar navbar-expand-sm bg-black navbar-dark fixed-top">
|
10 |
<nav class="navbar navbar-expand-sm bg-black navbar-dark fixed-top">
|
| 10 |
<div class="navbar-header">
|
11 |
<div class="navbar-header">
|
| 11 |
<button type="submit" name="submit" value="Search" class="btn text-white" aria-label="Go to home page">Find Cheap Music</button>
|
12 |
<button type="submit" name="submit" value="Search" class="btn text-white" aria-label="Go to home page">Find Cheap Music</button>
|
| 12 |
</div>
|
13 |
</div>
|
| 13 |
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#collapsibleNavbar">
|
14 |
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#collapsibleNavbar">
|