PageRenderTime 25ms CodeModel.GetById 34ms RepoModel.GetById 0ms app.codeStats 0ms

/gocart/themes/default/views/locations.php

https://bitbucket.org/adrianricardo/newstatus
PHP | 23 lines | 21 code | 2 blank | 0 comment | 0 complexity | dba90b0546073f0f1f9aa0d34e0631a8 MD5 | raw file
  1. <?php include('header.php'); ?>
  2. <div class="row page locations" style="margin:20px 0 20px 0;">
  3. <div class="hours">
  4. <h4>Store Hours:</h4>
  5. Sunday-Thursday: 12-9
  6. <br />Friday and Saturday: 12-12
  7. <br /><h4>Address</h4>
  8. 516 E 6th St
  9. Austin, TX 78701
  10. <br />
  11. <h4 style="margin-top:10px">(512) 480-0088</h4>
  12. <h4>info@collectivestatus.com</h4>
  13. </div>
  14. <div class="map">
  15. <iframe width="425" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.com/maps?f=q&source=s_q&hl=en&geocode=&q=516%2BEast%2B6th%2BStreet%2BAustin%2C%2BTX%2B78701(Collective+Status)&ie=UTF8&z=12&t=m&iwloc=addr&output=embed"></iframe>
  16. </div>
  17. <img src="<?php echo theme_img('collective-status-downstairs.jpg'); ?>" />
  18. <img src="<?php echo theme_img('collective-status-upstairs.jpg'); ?>" />
  19. </div>
  20. </form>
  21. <?php include('footer.php'); ?>