Lang, text, sorts
This commit is contained in:
@@ -22,11 +22,13 @@
|
||||
<div class="container-fluid">
|
||||
<div class="row"> </div>
|
||||
<div class="row row-cols-3">
|
||||
<?php if($StaticFunctions->getHideFooter()=='false' || $app_current_pagename == $transLang['LOGIN']){ ?>
|
||||
<div class="col-sm text-muted text-start"><?php echo $transLang['SERVER_TIME'] . ": " . $StaticFunctions->getUTC(); ?></div>
|
||||
<div class="col-sm text-muted text-center"><?php echo $transLang['LOCAL_TIME'] . ": " . $timenow; ?></div>
|
||||
<div class="col-sm text-muted text-end">
|
||||
<a tabindex="0" role="button" data-bs-toggle="popover" data-bs-trigger="focus" data-bs-content="<?php echo $StaticFunctions->getVersion($app_disp_lang); ?>"><i class="far fa-copyright"></i></a>
|
||||
</div>
|
||||
<?php } ?>
|
||||
</div>
|
||||
</div>
|
||||
<script>window.jQuery || document.write('<script src="js/jquery.min.js"><\/script>')</script>
|
||||
|
||||
Reference in New Issue
Block a user