1
0
Fork 0
This repository has been archived on 2024-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
PHP_TP3/views/v_footer.php
2020-10-16 08:26:16 +02:00

29 lines
523 B
PHP

<?php
/*
* DS PHP
* Vue Pied de page - footer
*
* Copyright 2017, Eric Dufour
* http://techfacile.fr
*
* Licensed under the MIT license:
* http://www.opensource.org/licenses/MIT
*
*/
?>
<!-- fin de page -->
</div>
</section>
<!-- Pied de page -->
<div class="footer">
<div class="container" >
<div class = "row">
<div class = "col-md-3 col-sm-6 col-xs-12">
<h3><?= TITRE.' - '.AUTEUR?></h3>
</div>
</div>
</div>
</div>
</body>
</html>