Layout and other changes

This commit is contained in:
genuineparts 2025-06-15 22:25:18 +02:00
parent 3f5ef1296a
commit 4632884065
41 changed files with 5563 additions and 544 deletions

View file

@ -38,7 +38,11 @@
================================================== -->
<script src="{$themepath}/js/modernizr.js"></script>
<script defer src="{$themepath}/js/fontawesome/all.min.js"></script>
<!--<script src="{$themepath}/js/jquery-3.2.1.min.js"></script>-->
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
<script src="{$themepath}/js/wysibb/jquery.wysibb.min.js"></script>
<link rel="stylesheet" href="{$themepath}/js/wysibb/theme/default/wbbtheme.css" />
<!-- Favicons
================================================== -->
<link rel="shortcut icon" href="favicon.png" />
@ -46,10 +50,17 @@
<!-- Java Script
================================================== -->
<script src="{$themepath}/js/jquery-3.2.1.min.js"></script>
<script src="{$themepath}/js/main.js"></script>
<script src="/js/odo/odometer.min.js"></script>
{$footer}
<script>
$(document).ready(function() {
var wbbOpt = {
buttons: "bold,italic,underline,strike,sup,sub,|,img,link,|,code,quote"
}
$("#gb").wysibb(wbbOpt);
});
</script>
</body>
</html>