First Commit
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
|
||||
<footer class="main-footer">
|
||||
<div class="footer-credit">© <year>year</year> - Company Name. All right reserved.</div>
|
||||
<div class="webmaster_footer">Website designed by Simone Cusano - SimoLinuxDesign.org</div>
|
||||
</footer>
|
||||
<?php include(INCLUDES_FOLD . "js_footer.php"); ?>
|
||||
<?php displayDebug(); ?>
|
||||
</div> <!-- End .main-wrapper -->
|
||||
<footer class="main-footer">
|
||||
<div class="footer-container">
|
||||
<div class="footer-credit">© <?= date('Y') ?> - Blocknotes System. Tutti i diritti riservati.</div>
|
||||
<div class="webmaster_footer">Sistema Blocknotes basato su PHP, JSON & MySQL</div>
|
||||
</div>
|
||||
</footer>
|
||||
<?php include(INCLUDES_FOLD . "js_footer.php"); ?>
|
||||
<?php displayDebug(); ?>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user