Version 1.2

This commit is contained in:
nemunaire 2008-11-22 12:00:00 +01:00
commit 083eb365c5
73 changed files with 1165 additions and 361 deletions

View file

@ -4,12 +4,12 @@ if(!defined('INDEX')) { header('Location: ../'); exit; }
define("_FCORE",$_SERVER["DOCUMENT_ROOT"].'/includes/onyx/');
define("_FDIR",'hbn');
define('VERSION', '1.1b');
define('VERSION', '1.2');
//Constante permettant de savoir si les attaques sont désactivées ou non
define("ATTAQUES", false);
//Définition des limites de la galaxie
define("MAX_AMAS", 9);
define("MAX_AMAS", 10);
define("MAX_SYSTEME", 99);
define("MAX_PLANETE", 12);
@ -57,6 +57,7 @@ google_ad_height = 60;
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script><br />');
$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"));