hi,
 
i used listener Template_Post_Render and render my own template then added it to tools_rebuild template
 
	
	
	
		
now new block displayed in admin.php?tools/rebuild
what next ?
 
how to i add my new cache to XenForo_CacheRebuilder_Abstract::$builders
				
			i used listener Template_Post_Render and render my own template then added it to tools_rebuild template
		PHP:
	
	case 'tools_rebuild':
                $temp_contents = $template->create('dev_tools_rebuild', $template->getParams());
                $content = $content . $temp_contents->render();
            break;what next ?
how to i add my new cache to XenForo_CacheRebuilder_Abstract::$builders
 
 
		 
 
		 
 
		 
 
		 
 
		 
 
		