1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-27 01:40:22 +02:00

Make copyright year dynamic in credits

This commit is contained in:
Tijn Kuyper
2019-01-24 16:30:01 +01:00
parent 9c4dbcab91
commit 524ed929f1

View File

@@ -50,7 +50,7 @@ require_once(e_ADMIN."auth.php");
Nuvolo Icons, PHPMailer, TCPDF, PHP UTF8
</p>
<div class="copyright">Copyright <a target="_blank" href="http://e107.org/community" title="e107 Team">e107 Inc.</a> 2008-2017</div>
<div class="copyright">Copyright <a target="_blank" href="http://e107.org/community" title="e107 Team">e107 Inc.</a> 2008-'.date('Y').'</div>
</div>
</div>
</div>
@@ -62,5 +62,3 @@ $ns->tablerender("",$text);
require_once(e_ADMIN."footer.php");
exit;
?>