diff --git a/Themes/core/index.template.php b/Themes/core/index.template.php index 7796341..229422b 100644 --- a/Themes/core/index.template.php +++ b/Themes/core/index.template.php @@ -447,7 +447,7 @@ function template_html_below() { global $context, $settings, $options, $scripturl, $txt, $modSettings; - echo ' + echo ' '; } diff --git a/Themes/default/index.template.php b/Themes/default/index.template.php index 6906090..bc6f209 100644 --- a/Themes/default/index.template.php +++ b/Themes/default/index.template.php @@ -409,7 +409,7 @@ function template_html_below() { global $context, $settings, $options, $scripturl, $txt, $modSettings; - echo ' + echo ' '; } diff --git a/Themes/default/scripts/count.min.js b/Themes/default/scripts/count.min.js deleted file mode 100644 index 00ee5f1..0000000 --- a/Themes/default/scripts/count.min.js +++ /dev/null @@ -1 +0,0 @@ -!function(){document.body.style.marginTop=0,document.body.style.marginRight=0,document.body.style.marginBottom=0,document.body.style.marginLeft=0,document.body.style.paddingTop=0,document.body.style.paddingRight=0,document.body.style.paddingBottom=0,document.body.style.paddingLeft=0;var t=document.createElement("iframe");t.src="https://www.fight215.org/count/index.html",t.width="100%",t.height="60px",t.frameBorder="0",t.setAttribute("allowTransparency","true"),t.setAttribute("scrolling","no"),t.style.position="absolute",t.style.top="0px",t.style.left="0px",t.style.zIndex="20000";var e=document.createElement("style"),o=document.createTextNode("body::before{content:'';height:60px;display:block}");e.type="text/css",e.appendChild(o),document.head.appendChild(e),document.body.insertBefore(t,document.body.firstChild)}(); \ No newline at end of file