Exemple #1
0
		<?php 
} else {
    ?>
			<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE8">
		<?php 
}
?>

		<?php 
define('DEPLOY', 1);
//change value to disable scripts merging
//define('PACK', 0); //packing scripts is not functional yet (buggy)
//setlocale: this shouldn't be necessary
//this should be taken care of by setThemeDomain
//obviously we're doing something wrong here
$locale = ThemeUtil::getUserLocale();
$encoding = "iso-8859-1";
//"utf-8"
setlocale(LC_ALL, $locale . '.' . $encoding, $locale);
setupDomain("zinenaboxpacity", 'theme');
$siteName = 'Fading Away';
$themeName = '[Zinenaboxpacity]';
require_once 'resources/utils/merge.php';
require_once "theme_functions.php";
require_once "TileSet.php";
$tileSet = TileSet::get();
if (!isset($tileSet)) {
    $tileSet = TileSet::init(null, null);
}
?>