diff options
author | Corentin BRETON <neodarz@neodarz.ovh> | 2016-07-28 20:07:43 +0200 |
---|---|---|
committer | Corentin BRETON <neodarz@neodarz.ovh> | 2016-07-28 20:07:43 +0200 |
commit | e4bdf228a2bdb59c51ce1487231241336b4db187 (patch) | |
tree | 55a4c9dbf2e051999ef32512509d6ff76dee0783 | |
parent | dae597120375b27898f64b4d1e606f1b5c7b7675 (diff) | |
download | my_old_personal_website-e4bdf228a2bdb59c51ce1487231241336b4db187.tar.xz my_old_personal_website-e4bdf228a2bdb59c51ce1487231241336b4db187.zip |
Hot Fix git add ressources/includes/footer.phpgit add ressources/includes/footer.php! Change date argument in footer.php
-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 680fead..ab2b6ea 100755 --- a/ressources/includes/footer.php +++ b/ressources/includes/footer.php @@ -1,3 +1,3 @@ <footer class="site-footer"> - <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> + <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> |