Files
endurain/frontend/inc/Template-Bottom.php
João Vitória Silva ad74fd7104 Backend optimization
2024-01-05 23:40:35 +00:00

16 lines
739 B
PHP
Executable File

<!-- Footer -->
<footer class="border-top py-3 my-4 bg-body-tertiar">
<p class="text-center text-muted"><!--&copy;
<?php if (date("Y") == 2023) {
echo date("Y");
} else { ?>2023 -
<?php echo date("Y");
} ?>--> Endurain • <a href="https://github.com/joaovitoriasilva/endurain"
role="button"><i class="fa-brands fa-github"></i></a> • <i class="fa-brands fa-mastodon"></i> • v0.1.2
</p>
<p class="text-center text-muted"><img src="../img/strava/api_logo_cptblWith_strava_horiz_light.png"
alt="Compatible with STRAVA image" height="25" /></p>
</footer>
</body>
</html>