Ejemplo n.º 1
0
//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);
}
?>

		<title><?php 
echo $tileSet->getTitle();
?>
</title>

		<?php 
if (getOption('simplicity2_enable_fancybox')) {
    ?>
			<link rel="stylesheet" type="text/css" href="<?php 
    echo $_zp_themeroot;