File "single.php"

Full Path: /www/wwwroot/shphe-en.com/wp-content/themes/global/single.php
File size: 246 bytes
MIME-type: --
Charset: utf-8

<?php
	$options = get_option('EOCMS_Options');	
	$default_single = explode(',',$options["style_blog"]);

	if( in_category($default_single) )
		include(TEMPLATEPATH . '/single-blog.php');
	else
		include(TEMPLATEPATH . '/single-product.php');	
?>