广播台精彩推荐,如果对主题进行加粗,加亮等操作,会在鼠标指向时显示如“<b><font color=#008000>有关电键的故事”这样的title。
- <div class="board_radio_hot">
- <strong>精彩推荐:</strong>
- <list num="10" action="subject" cachetime="1600" ifpushonly="1" title="文字列表" />
- <loop>
- <!--#
- $val['titlefull'] = preg_replace('/\<(.+?)\>/is','',$val['title']);
- #-->
- <a href="{url}" title="{titlefull}" target="_blank">{title,50}</a>
- </loop>
- </div>
添加5,6,7三行代码,把html代码替换掉,第8行的tltle要改为titlefull。