
-v2.7.5. -Added code to each UI in Languages to prevent execution without the core having been loaded already. -Fixed a bug when creating archives in .zip and .7z format. -Touched up README.md. -Added Russian language translation (ru). -Added Ukranian language translation (uk). -Added Bengali language translation (bn). -Added German language translation (de). -Added Korean language translation (ko). -Added Italian language translation (it). -Added Portugese language translation (pt).
10 lines
No EOL
490 B
PHP
10 lines
No EOL
490 B
PHP
<?php if (!isset($ShowFinePrint)) $ShowFinePrint = TRUE;
|
|
if ($ShowFinePrint) { ?>
|
|
<div id="footer" name="footer" style="max-width:1000px; margin-left:auto; margin-right:auto; text-align:center;">
|
|
<p>Lesen Sie unsere <a href="<?php echo $TOSURL; ?>" target="_blank" rel="noopener noreferrer">Nutzungsbedingungen</a>
|
|
und <a href="<?php echo $PPURL; ?>" target="_blank" rel="noopener noreferrer">Datenschutzrichtlinie</a></p>
|
|
</div>
|
|
<?php } ?>
|
|
|
|
</body>
|
|
</html>
|