includearc.listview.class.php 找到
$GLOBALS['autoindex']++; |
在它的下面加入
$row['autoindex'] = $GLOBALS['autoindex']++; |
列表模板调用
[field:array runphp="yes"]
if(@me['autoindex'] == 1)
{
@me = <<< TPL
TPL;
}
else
{
@me = <<< TPL
|
上述代码中,



