帝国CMS下载模型内容页模板调用下载点数的方法!其实没那么复杂:

帝国CMS教程-内容页显示下载点数,代码如下:

<?php
$down=explode("::::::",$navinfor[downpath]);
?>

点数:<?=$down[3]?>