diff options
Diffstat (limited to 'ressources/includes')
-rwxr-xr-x | ressources/includes/footer.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ressources/includes/footer.php b/ressources/includes/footer.php index 748273d..aeded2d 100755 --- a/ressources/includes/footer.php +++ b/ressources/includes/footer.php @@ -6,5 +6,5 @@ version : 7.1 Note : Pour modifier le design se reférer directement au fichier ressources/styles/default.css --> <footer class="site-footer"> - <p style="color: #797979; font-size: 12px; font-weight: bold;">Copyright © 2015 - 2016 - Codé avec <span style="color:#e74c3c;">❤</span> par NeodarZ  <span style="font-family:'starjedi';">&</span></p> + <p style="color: #797979; font-size: 12px; font-weight: bold;">© 2015 - <?php echo date(Y); ?> - <a href="https://gogs.neodarz.ovh/NeodarZ/Site_Web">Codé</a> avec <span style="color:#e74c3c;">❤</span> par NeodarZ  <span style="font-family:'starjedi';">&</span></p> </footer> |