<?php require_once './libraries/module.inc';
foreach ( _Get_ModuleTemplateLabels( ) as $name=> $title ) {
echo '<h5><span>'. $title .'：</span> <a href="#" name="'.$name.'">查看&gt;&gt;</a> </h5>';
}?>
