www.gusucode.com > ShopEx481 & PHPWind 整合版码程序 > plugins/widgets/treelist/widget_cfg_treelist.php

    <?php
function widget_cfg_treelist($system){
	$o=$system->loadModel('content/sitemap');
	return $o->getList();
}
?>