added config for optional copyright notice

This commit is contained in:
Andreas Gohr 2024-02-08 09:24:23 +01:00
commit 9603fc81cf
7 changed files with 31 additions and 20 deletions

View file

@ -387,16 +387,7 @@ include('tpl/favicon_tiles.php');
<div class="col-xs-12">
<div class="main-footer">
<p>
<?php
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
/* copyright */
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
tpl_license($img = false, $imgonly = false, $return = false, $wrap = false);
?>
</p>
<?php include 'tpl/main-footer.php'; ?>
</div>
</div>