POST TIME:2018-08-13 16:29
{dede:channelartlist}
[field:global name=autoindex runphp="yes"](@me%2==0)? @me="<div class=global_module box_r>":@me="<div class=global_module>";[/field:global]
{dede:arclist titlelen=’40′ row=’11′}
<a href="[field:arcurl /]" title="[field:title/]" target="_blank">[field:title /]</a>
{/dede:arclist}
</div>
{/dede:channelartlist}
循環(huán)生產(chǎn)列表,判斷第二個就 加個樣式<div class=global_module box_r>,否則就<div class=global_module>
貌似 不行,直接輸出到頁面顯示的是
[field:global name=autoindex runphp="yes"](@me%2==0)? @me="":@me="";[/field:global]
解決方法
[field:global name=autoindex runphp='yes']@me=$GLOBALS['autoindex']%2==0?’<div class="global_module box_r">’:’<div class="global_module">’;[/field:autoindex]