实现内容简介描述的判断功能: <?php if($navinfor[smalltext]){ echo ''.esub(htmlspecialchars(strip_tags($navinfor[smalltext])...
加入JS代码: <script type="text/javascript"> function FontZoom(fsize) { var ctext = document.getElementById("ne...
添加错误报告链接: 在内容页模板的适当位置加入以下代码: <a href="[!--news.url--]e/public/report/?classid=[!--classid--]&id=[!--id--]"&...
修改时间格式: 在内容页模板中添加以下代码: <?php $xq = date('Y-m-d', $navinfor['newstime']); // 发布时间 $y = date('Y', $navinfor['news...
<?php if($navinfor[字段名]) { echo '现在字段'; } else { echo '不显示'; } ?> ...
修改模板 将 [!--pagedes--] 替换为 [!--smalltext--]。 <meta name="description" content="[!--smalltext--]" /...
<title><?php echo $navinfor['ftitle'] ? $navinfor['ftitle'] : $navinfor['title']; ?></title> ...