PHP Classes

File: include/footercat.php

Recommend this page to a friend!
  Classes of Adeleye Ayodeji   Simple PHP Blog Script   include/footercat.php   Download  
File: include/footercat.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Simple PHP Blog Script
Manage blog articles stored in a MySQL database
Author: By
Last change:
Date: 1 year ago
Size: 462 bytes
 

Contents

Class file image Download

    <div class="footer">
        <p>Copyright &copy; 2019 BiggiDroid Team - <a style="color: white;text-decoration: none;" href="https://www.adeleyeayodeji.com">Adeleye Ayodeji</a> | <a style="color: white;text-decoration: none;" href="../admin/">Admin Panel</a></p>
    </div>
</div>
    <?php if (isset($_SESSION["admin"])) { ?>
<a href="../admin/logout.php" class="float" target="_blank">
<i class="fa fa-sign-out my-float"></i>
</a><?php
}; ?>

</body>
</html>