1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-26 17:30:24 +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 Nuvolo Icons, PHPMailer, TCPDF, PHP UTF8
</p> </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> </div>
</div> </div>
@@ -61,6 +61,4 @@ $ns->tablerender("",$text);
require_once(e_ADMIN."footer.php"); require_once(e_ADMIN."footer.php");
exit; exit;
?>