人人商城

header-notice.tpl.php 595B

12345678910
  1. <?php defined('IN_IA') or exit('Access Denied');?><?php $frames_system = buildframes('system')?>
  2. <?php 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. <?php } ?>