forked from halo-battle/game
Version 1.12
This commit is contained in:
parent
2a066a7498
commit
de31cd3e9a
1373 changed files with 156282 additions and 45238 deletions
37
onyx2/include/pub.php
Normal file
37
onyx2/include/pub.php
Normal file
|
|
@ -0,0 +1,37 @@
|
|||
<?php
|
||||
|
||||
//Pub haute
|
||||
$template->assign('pub', '<script type="text/javascript"><!--
|
||||
google_ad_client = "pub-8183761828268957";
|
||||
//468x60, date de création 20/11/07
|
||||
google_ad_slot = "9088855275";
|
||||
google_ad_width = 468;
|
||||
google_ad_height = 60;
|
||||
//--></script>
|
||||
<script type="text/javascript"
|
||||
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
|
||||
</script><br />');
|
||||
|
||||
//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>
|
||||
<script type="text/javascript">
|
||||
var pageTracker = _gat._getTracker("UA-3544473-3");
|
||||
pageTracker._initData();
|
||||
pageTracker._trackPageview();
|
||||
</script>
|
||||
<script type="text/javascript">
|
||||
<!--
|
||||
xtnv = document; //parent.document or top.document or document
|
||||
xtsd = "http://logi2";
|
||||
xtsite = "58399";
|
||||
xtn2 = "3"; // level 2 site
|
||||
xtpage = ""; //page name (with the use of :: to create chapters)
|
||||
xtdi = ""; //implication degree
|
||||
//-->
|
||||
</script>
|
||||
<script type="text/javascript" src="http://www.monsite.fr/xtcore.js"></script>');
|
||||
|
||||
?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue