pahvalentines/frontend/footer.php

18 lines
No EOL
950 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
$currentPage = basename($_SERVER['PHP_SELF']);
?>
<div class="footer">
<div class="footer-content">
<p>Powered by <img id="sonauto-logo" src="assets/images/sonauto.svg" alt="Sonauto" />Sonauto</p>
<p>Each Pets at Home Valentines Pet Love Song is AI-generated, using <a href="https://sonauto.ai/" target="_blank">Music by Sonauto v3</a>.</p>
<?php
if ($currentPage === 'result.php') {
echo '<p>*Your unique URL will be available until 28/2/26.</p>';
}
?>
<p>Pets At Home Registered Office: Chester House, Epsom Avenue, Stanley Green Trading Estate, Hanforth, Cheshire SK9 3RN.</p>
<p>Registered company number: 01822577</p>
<p><a href="https://www.petsathome.com/privacy-policy" target="_blank">Privacy Policy</a> | <a href="https://www.petsathome.com/terms-and-conditions" target="_blank">Terms & Conditions</a></p>
</div>
</div>