HRConvert2/Languages/ru/footer.php
Justin Grimes 7330a71337 v2.7.5 - Added 7 language translations, fixed compression bug.
-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).
2022-04-14 23:56:41 -04:00

10 lines
No EOL
571 B
PHP
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?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>Ознакомьтесь с <a href="<?php echo $TOSURL; ?>" target="_blank" rel="noopener noreferrer">нашими Условиями обслуживания</a>
и <a href="<?php echo $PPURL; ?>" target="_blank" rel="noopener noreferrer">Политикой конфиденциальности</a></p>
</div>
<?php } ?>
</body>
</html>