index.php 388 B

1234567891011121314151617181920
  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. ?>
  10. <div class="shopping-cart-img">
  11. <?= $title ?>
  12. </div>
  13. <?= Yii::$service->page->widget->render('flashmessage'); ?>
  14. <div class="mobile-container">
  15. <div class="col-main">
  16. <div>
  17. <?= $content ?>
  18. </div>
  19. </div>
  20. </div>