list.html 310 B

12345678910
  1. {template "wap","min_header"}
  2. <div class="wrap" id="hd">
  3. <div class="adds">{wap_pos($typeid)}</div>
  4. <div>
  5. {loop $list $v}
  6. <a href="{show_url($v[catid],$v[id],$typeid)}" title="{$v['title']}">{str_cut($v['title'],26,'')}</a><br/>
  7. {/loop}
  8. </div>
  9. <div class="pages">{$pages}</div>
  10. {template "wap","min_footer"}