PHP Classes

File: admin/include/footer.php

Recommend this page to a friend!
  Classes of Adeleye Ayodeji   Simple PHP Blog Script   admin/include/footer.php   Download  
File: admin/include/footer.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: 451 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="../index.php">Homepage</a></p>
    </div>
</div>
    <?php if (isset($_SESSION["admin"])) { ?>
<a href="logout.php" class="float" target="_blank">
<i class="fa fa-sign-out my-float"></i>
</a><?php
}; ?>
</body>
</html>