<?php
function soyshop_item_block_category_#int#($html, $page){

	$obj = $page->create("soyshop_item_block_category_#int#", "HTMLTemplatePage", array(
		"arguments" => array("soyshop_item_block_category_#int#", $html)
	));

	if(!function_exists("soyshop_item_block_category")){
		include(dirname(__FILE__) . "/item_block_category.php");
	}
	soyshop_item_block_category($html, $page);
}
