scroll.php 522 B

1234567891011121314
  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="footer_fixed">
  11. <a id="goTop" class="go_top" href="#gotop" style="display: block;">go to top</a>
  12. <a class="cus_survey" href="<?= Yii::$service->url->getUrl('customer/contacts'); ?>" title="customer survey" target="_blank">customer survey</a>
  13. <div class="ph"><a id="goBottom" class="go_bottom" href="#gobottom" >go to bottom</a></div>
  14. </div>