| 124 |
- |
1 |
<footer class="container-fluid text-center bg-secondary mt-5 py-5">
|
|
|
2 |
<div class="btn-group">
|
|
|
3 |
<a href="https://www.facebook.com/FindCheapMusic" target="_blank" rel="noopener noreferrer"><img class="socialBtn pr-4" src="/images/f_logo_RGB-Blue_58.png" alt="Facebook Logo" /></a>
|
|
|
4 |
<a href="https://twitter.com/findcheapmusic" target="_blank" rel="noopener noreferrer"><img class="socialBtn pr-4" src="/images/Twitter_Social_Icon_Circle_Color.png" alt="Twitter Logo" /></a>
|
|
|
5 |
<a href="https://blog.findcheapmusic.com" target="_blank" rel="noopener noreferrer"><img class="socialBtn pr-4" src="/images/blogger_logo.jpg" alt="Blogger Logo" /></a>
|
|
|
6 |
</div>
|
|
|
7 |
<p>Copyright © <?php echo @date("Y"); ?> FindCheapMusic.com. All rights reserved.</p>
|
|
|
8 |
<form class="d-lg-none" method="post" action="/index.php">
|
|
|
9 |
<input type="hidden" name="sessionTab" value="<?php echo MySessionHandler::getSessionTab(); ?>">
|
|
|
10 |
<input type="hidden" name="searchTerm" value="<?php echo getSV("searchTerm") ?>">
|
|
|
11 |
<input type="hidden" name="buyerZip" value="<?php echo $_SESSION["buyer"]["Zip"]; ?>">
|
|
|
12 |
<ul class="list-inline text-center">
|
|
|
13 |
<li class="list-inline-item">
|
|
|
14 |
<button class="btn btn-sm btn-light" type="submit" name="submit" value="terms">Terms of Service</button>
|
|
|
15 |
</li>
|
|
|
16 |
<li class="list-inline-item">
|
|
|
17 |
<button class="btn btn-sm btn-light" type="submit" name="submit" value="privacy">Privacy Policy</button>
|
|
|
18 |
</li>
|
|
|
19 |
</ul>
|
|
|
20 |
</form>
|
| 31 |
- |
21 |
</footer>
|