| Line 6... |
Line 6... |
| 6 |
</div>
|
6 |
</div>
|
| 7 |
<p>Copyright © <?php echo @date("Y"); ?> FindCheapMusic.com. All rights reserved.</p>
|
7 |
<p>Copyright © <?php echo @date("Y"); ?> FindCheapMusic.com. All rights reserved.</p>
|
| 8 |
<form class="d-lg-none" method="post" action="/index.php">
|
8 |
<form class="d-lg-none" method="post" action="/index.php">
|
| 9 |
<input type="hidden" name="sessionTab" value="<?php echo MySessionHandler::getSessionTab(); ?>">
|
9 |
<input type="hidden" name="sessionTab" value="<?php echo MySessionHandler::getSessionTab(); ?>">
|
| 10 |
<input type="hidden" name="searchTerm" value="<?php if (isset($_SESSION["searchTerm"])) echo $_SESSION["searchTerm"] ?>">
|
10 |
<input type="hidden" name="searchTerm" value="<?php if (isset($_SESSION["searchTerm"])) echo $_SESSION["searchTerm"] ?>">
|
| 11 |
<input type="hidden" name="buyerZip" value="<?php if (isset($_SESSION["buyer"]["zip"])) echo $_SESSION["buyer"]["Zip"]; ?>">
|
- |
|
| 12 |
<ul class="list-inline text-center">
|
11 |
<ul class="list-inline text-center">
|
| 13 |
<li class="list-inline-item">
|
12 |
<li class="list-inline-item">
|
| 14 |
<button class="btn btn-sm btn-light" type="submit" name="submitBtn" value="terms">Terms of Service</button>
|
13 |
<button class="btn btn-sm btn-light" type="submit" name="submitBtn" value="terms">Terms of Service</button>
|
| 15 |
</li>
|
14 |
</li>
|
| 16 |
<li class="list-inline-item">
|
15 |
<li class="list-inline-item">
|