1. 程式人生 > >織夢文章屬性增加推薦特薦圖示

織夢文章屬性增加推薦特薦圖示

給有屬性的文件加入指定的圖示圖片,注意單雙引號

文字提示

[field:flag runphp=yes] if(stristr(@me,"c")) @me = "[推薦]";else @me = "";[/field:flag]
[field:flag runphp=yes] if(stristr(@me,"a")) @me = "[特薦]";else @me = "";[/field:flag]

圖片提示

[field:flag runphp=yes] if(stristr(@me,"a")) @me = "<img src='圖片地址'>";else @me = "";[/field:flag]
[field:flag runphp=yes] if(stristr(@me,"c")) @me = "<img src='圖片地址'>";else @me = "";[/field:flag]