top.php 267 B

12345678910111213
  1. <?php
  2. $view
  3. ->fetch('a@href', '<{Dever::url("message")}>')
  4. ->fetch('.ico-msg@class', 'ico-msg <{Dever::load("service/user.msgnum") > 0 ? "has-msg" : ""}>')
  5. ->fetch('header@style', '<{Dever::input("header") ? "display:none;" : ""}>')
  6. # 展示数据
  7. ->display();