8 lines
441 B
PHP
8 lines
441 B
PHP
<!-- Mobile sticky nav bar (visible only on small screens) -->
|
|
<footer class="fixed bottom-0 left-0 w-full bg-white/90 backdrop-blur border-t p-3 flex justify-around text-sm font-medium text-gray-800 shadow z-50 md:hidden">
|
|
<a href="index.php" class="hover:text-blue-600">My Itinerary</a>
|
|
<a href="allsessions.php" class="hover:text-blue-600">All Sessions</a>
|
|
<a href="history.php" class="hover:text-blue-600">History</a>
|
|
</footer>
|
|
|