首页 > CMS > 织梦DEDE > 正文

dedecms教程:修改后台友情链接每页显示的数量

2024-07-12 08:26:55
字体:
来源:转载
供稿:网友
文章介绍

打开 dede/templets/friendlink_main.htm 文件,会看到如下代码

{dede:config.pagesize value="20"/}
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html XMLns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo $cfg_soft_lang; ?>">
<title>友情链接管理</title>

{dede:config.pagesize value="20"/}中的20为在后台每页显示的友情链接数量,将其修改为你想要每页显示的数量即可
发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表