added link to admin page

This commit is contained in:
Joshua Perry 2022-11-19 16:12:14 +00:00
parent 2d3685838c
commit 0ed5380f58
1 changed files with 1 additions and 0 deletions

View File

@ -49,6 +49,7 @@ require_once 'functions.php';
echo $pageContent;
?>
<footer>
<a style="text-decoration: none;" href="admin/adminCategories.php">admins</a><br>
&copy; ibuy <?php echo date('Y')?>
</footer>
</main>