Fix linting

This commit is contained in:
Nigel Sheldon 2020-11-21 15:51:56 +01:00
commit 1614145b18
262 changed files with 45324 additions and 42695 deletions

View file

@ -1,8 +1,7 @@
<?php
//Pub haute
if ($_SERVER["HTTP_HOST"] != "halo-battle.local")
{
$template->assign('pub', '<script type="text/javascript"><!--
if ($_SERVER["HTTP_HOST"] != "halo-battle.local") {
$template->assign('pub', '<script type="text/javascript"><!--
google_ad_client = "pub-8183761828268957";
//468x60, date de création 20/11/07
google_ad_slot = "9088855275";
@ -13,9 +12,9 @@ google_ad_height = 60;
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script><br />');
//Google Analyst + XiTi
//*
$template->assign('analyst', '<script type="text/javascript">
//Google Analyst + XiTi
//*
$template->assign('analyst', '<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src=\'" + gaJsHost + "google-analytics.com/ga.js\' type=\'text/javascript\'%3E%3C/script%3E"));
</script>
@ -35,6 +34,5 @@ xtdi = ""; //implication degree
//-->
</script>
<script type="text/javascript" src="http://www.monsite.fr/xtcore.js"></script>');
//*/
}
?>
//*/
}