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:
@@ -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;
|
||||||
|
|
||||||
?>
|
|
Reference in New Issue
Block a user