[Web] Prepare for oauth2

[Web] Some lib updates
[Web] Allow to add a footer
This commit is contained in:
andryyy
2019-09-28 20:00:04 +02:00
parent 3811866ea0
commit 7a85abdb42
176 changed files with 18448 additions and 504 deletions

View File

@@ -174,7 +174,16 @@ $(document).ready(function() {
}
});
</script>
<?php
if (!empty($UI_TEXTS['ui_impress'])):
?>
<div class="container" style="margin-bottom:20px;color:#959595;">
<hr>
<?=$UI_TEXTS['ui_impress'];?>
</div>
<?php
endif;
?>
</body>
</html>
<?php