blank.php 311 B

123456789101112
  1. <?php
  2. /**
  3. * FecShop file.
  4. *
  5. * @link http://www.fecshop.com/
  6. * @copyright Copyright (c) 2016 FecShop Software LLC
  7. * @license http://www.fecshop.com/license/
  8. */
  9. ?><?= Yii::$service->page->widget->render('beforeContent',$this); ?>
  10. <?= $content; ?>
  11. <?= Yii::$service->page->widget->render('trace',$this); ?>