Authored by tmq

分类修改

... ... @@ -5,7 +5,7 @@
<select name="tag" style="margin-left: 20px;margin-top:10px;width:150px;" id="choose_tag">
<option value="" <?php '' == $this->view->tag ? 'selected':''?>>全部资讯</option>
<?php
$tags = array('品牌资讯', '现场活动','独家合作','主理人','明星','限量产品','票务','视频','专题');//'手机视频'
$tags = array('品牌资讯', '活动介绍','亮点活动','限量商品');//'手机视频'
foreach($tags as $tag)
{
echo sprintf('<option value="%s" %s>%s</option>', $tag, $tag == $this->view->tag ? 'selected':'', $tag);
... ...