MINI_SHL
Current Path : D:/wwwroot/wangmei148/wwwroot/module/
Upload File :
Current File : D:/wwwroot/wangmei148/wwwroot/module/ButtomInfo.php

<?php

/*
	[²å¼þÃû³Æ] ½Å×¢ÐÅÏ¢ - Ì滻ģ°æ±êÇ©{#modButtomInfo#}
	[ÊÊÓ÷¶Î§] ȫվͳһ
	[ÎÄ ¼þ Ãû] ButtomInfo.php
	[¸üÐÂʱ¼ä] 2006/8/13
*/

function ButtomInfo(){

	global $fsql,$charset,$tbl_plus,$MenuInfo;


	$scl=" pluslable='modButtomInfo' and  pluslocat='index' and  plustype='index' ";

	$fsql->query("select * from $tbl_plus where $scl ");
	if($fsql->next_record()){
		$body=$fsql->f('body');
		
	}



		return $body;

}

?>