root/ip/trunk/templates/default/default.cfg

161170
706
	'S_HEADER_BANNER' => (empty($header_banner_text) ? false : true),
706
	'S_HEADER_BANNER' => (empty($header_banner_text) ? false : true),
707
	'S_HIGHSLIDE' => ($config['thumbnail_highslide'] ? true : false),
707
	'S_HIGHSLIDE' => ($config['thumbnail_highslide'] ? true : false),
708
	'S_LIGHTBOX' => ((!$config['thumbnail_highslide'] && $config['thumbnail_lightbox']) ? true : false),
708
	'S_LIGHTBOX' => ((!$config['thumbnail_highslide'] && $config['thumbnail_lightbox']) ? true : false),
709
	'S_NIFTY' => (isset($nifty_corners) ? $nifty_corners : true),
709
	'IS_XMAS' => $is_xmas,
710
	'IS_XMAS' => $is_xmas,
710
	'S_XMAS_GFX' => (($config['xmas_gfx'] == true) ? true : false),
711
	'S_XMAS_GFX' => (($config['xmas_gfx'] == true) ? true : false),
711
	'S_XMAS_FX' => (($config['xmas_fx'] == true) ? true : false),
712
	'S_XMAS_FX' => (($config['xmas_fx'] == true) ? true : false),