PHP Classes

File: footer.php

Recommend this page to a friend!
  Classes of Mehmet Kidiman   Developbat PHP CRUD   footer.php   Download  
File: footer.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Developbat PHP CRUD
Show pages to manage table records using Bootstrap
Author: By
Last change:
Date: 3 years ago
Size: 263 bytes
 

Contents

Class file image Download
</div>
</div>
</div>
<hr/>
<footer class="footer">
    <div class="container">
        <?php
       
if(!isset($footerText)) {
           
$footerText = 'Developbat Crud System';
        }
        echo
$footerText;
       
?>
</div>
</footer>
</body>

</html>