人人商城

header-notice.html 525B

12345678910
  1. {php $frames_system = buildframes('system')}
  2. {if empty($frames_system['section']['message']['is_display']) && $frames_system['section']['message']['is_display'] != '0'}
  3. <li class="dropdown msg header-notice">
  4. <a href="javascript:;" class="dropdown-toogle" data-toggle="dropdown"><span class="wi wi-bell"><span class="badge"></span></span></a>
  5. <div class="dropdown-menu">
  6. <div class="clearfix top">消息<a href="./index.php?c=message&a=notice" class="pull-right">查看更多</a></div>
  7. </div>
  8. </li>
  9. {/if}