Changed year

This commit is contained in:
Kasper Rynning-Tønnesen
2015-02-11 17:31:14 +01:00
parent b0744aae93
commit b03f8d4356
2 changed files with 2 additions and 2 deletions

View File

@@ -60,6 +60,6 @@ foreach($dir as $files){
</center>
</div>
<div class="footer small centered top anim bottom">&copy; 2014 - <?php echo date("Y"); ?> <a class="anim" href="//nixo.no">Nixo</a> &amp; <a class="anim" href="//kasperrt.no">KasperRT</a> </div>
<div class="footer small centered top anim bottom">&copy; <?php echo date("Y"); ?> <a class="anim" href="//nixo.no">Nixo</a> &amp; <a class="anim" href="//kasperrt.no">KasperRT</a> </div>
</body>
</html>