mroe changes - halfway through...

This commit is contained in:
2017-05-11 23:07:56 -04:00
parent ac531f3de1
commit 0084a916b8
6 changed files with 107 additions and 71 deletions

View File

@@ -1,14 +1,16 @@
</div>
</div>
</div>
<!-- no footer for now...
<footer class="footer">
<div class="container">
<p class="text-muted"><?php echo lang('SERVER_TIME') . ": " . $timenow . " - - - " . lang('SOFTWARE_VERSION') . ": " . $yaptc_version; ?></p>
</div>
</footer>
<script src="<?php echo $yaptc_libweb; ?>ie10-viewport-bug-workaround.js"></script>
<script>window.jQuery || document.write('<script src="<?php echo $yaptc_libweb; ?>jquery.min.js"><\/script>')</script>
<script src="<?php echo $yaptc_libweb; ?>bootstrap.min.js"></script>
-->
<script src="js/ie10-viewport-bug-workaround.js"></script>
<script>window.jQuery || document.write('<script src="js/jquery.min.js"><\/script>')</script>
<script src="js/bootstrap.min.js"></script>
</body>
</html>