You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
information-system/webht/views/footer.php

17 lines
346 B
PHTML

<?php
if (isset($verify_tpl)) {
echo $verify_tpl;
}
?>
<div class="container-fluid">
<div class="row">
<legend></legend>
<div class="col-sm-24">
<p class="muted pull-right"><strong>{elapsed_time}</strong> seconds , <strong>{memory_usage}</strong> memory </p>
</div>
</div>
</div>
</body>
</html>