First Commit
This commit is contained in:
21
template/footer.php
Normal file
21
template/footer.php
Normal file
@@ -0,0 +1,21 @@
|
||||
|
||||
<footer>
|
||||
<div>
|
||||
<span><b>TOTAL DOMAIN: </b> <?php get_totals('total') ?></span>
|
||||
</div>
|
||||
<div>
|
||||
<span><b>TOTAL OK: </b> <?php get_totals('ok') ?></span>
|
||||
</div>
|
||||
<div>
|
||||
<span><b>SSL PROBLEMS: </b> <?php get_totals('ssl') ?></span>
|
||||
</div>
|
||||
<div>
|
||||
<span><b>CHECK PROBLEMS: </b> <?php get_totals('word') ?></span>
|
||||
</div>
|
||||
</footer>
|
||||
</div>
|
||||
<script>
|
||||
show_details();
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user