![]() |
|
|||||||
![]() |
|
|
Thread Tools | Display Modes |
|
|
|
#1
IP: 61.160.30.41
|
|||
|
|||
|
温馨提醒:本教程适用于DedeCMS V5.3,V5.5,V5.6
实现方法:在include/extend.func.php 文件中的最后?>中加入以下代码(如该文件不存在,可自行创建): Code:
function GetOneTypeLinkA($tid){
global $dsql;
$row = $dsql->GetOne("select * from `dede_arctype` where id = $tid");
return GetOneTypeUrlA($row);
}
P.s:因为在其它的标签,比如arclist,list标签是可以直接通过typeurl来调用的。所以,这里只需要这种方法即可。 |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
|
|