18 lines
No EOL
950 B
PHP
18 lines
No EOL
950 B
PHP
<?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 Valentine’s 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>
|