__init.php 511 B

1234567891011121314151617
  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. define('FRAME', 'mc');
  7. $frames = buildframes(array('mc'));
  8. $frames = $frames['mc'];
  9. if($controller == 'wechat') {
  10. if(in_array($action, array('location'))) {
  11. define('ACTIVE_FRAME_URL', url('activity/store/list'));
  12. } elseif(in_array($action, array('card'))) {
  13. define('ACTIVE_FRAME_URL', url('wechat/card/list'));
  14. }
  15. }