summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorentin BRETON <neodarz@neodarz.ovh>2016-07-28 20:07:43 +0200
committerCorentin BRETON <neodarz@neodarz.ovh>2016-07-28 20:07:43 +0200
commite4bdf228a2bdb59c51ce1487231241336b4db187 (patch)
tree55a4c9dbf2e051999ef32512509d6ff76dee0783
parentdae597120375b27898f64b4d1e606f1b5c7b7675 (diff)
downloadmy_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-xressources/includes/footer.php2
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 &#8239;<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 &#8239;<span style="font-family:'starjedi';">&</span></p>
</footer>