人人商城

__init.php 291B

1234567891011
  1. <?php
  2. /**
  3. * [WeEngine System] Copyright (c) 2014 WE7.CC
  4. * WeEngine is NOT a free software, it under the license terms, visited http://www.we7.cc/ for more details.
  5. */
  6. if($action != 'entry') {
  7. define('FRAME', 'setting');
  8. $frames = buildframes(array(FRAME));
  9. $frames = $frames[FRAME];
  10. }