帝國cms手機端WAP中內容頁模板調用欄目縮略圖和欄目簡介方法
這里介紹下在帝國cms手機端WAP中內容頁模板調用欄目縮略圖和欄目簡介方法,代碼如下:
<?php$cr=$empire->fetch1("select classimg from {$dbtbpre}enewsclass where classid='".$r['classid']."' limit 1");?>欄目縮放圖:<img src="<?=$cr[classimg]?>"><?$classr=$empire->fetch1("select intro from {$dbtbpre}enewsclass where classid='".$navinfor[classid]."' limit 1");?>欄目簡介:<?=DoWapRepNewstext($classr[intro])?>
責任編輯:實速科技