footer.html 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. <!--
  2. /**
  3. * Copyright © Magento, Inc. All rights reserved.
  4. * See COPYING.txt for license details.
  5. */
  6. -->
  7. <!--@subject {{trans "Footer"}} @-->
  8. <!--@vars {
  9. "var store.getFrontendName()":"Store Name"
  10. } @-->
  11. <!-- End Content -->
  12. </td>
  13. </tr>
  14. <tr>
  15. <td class="footer">
  16. <table>
  17. <tr>
  18. <td>
  19. {{depend url_about_us}}
  20. <p>
  21. {{trans '<a href=%url_about_us>About Us</a>' url_about_us=$url_about_us |raw}}
  22. </p>
  23. {{/depend}}
  24. {{depend url_customer_service}}
  25. <p>
  26. {{trans '<a href=url_customer_service>Customer Service</a>' url_customer_service=$url_customer_service |raw}}
  27. </p>
  28. {{/depend}}
  29. </td>
  30. <td>
  31. {{depend store_phone}}
  32. <p class="phone">
  33. {{trans '<a href="tel:%store_phone">%store_phone</a>' store_phone=$store_phone |raw}}
  34. </p>
  35. {{/depend}}
  36. {{depend store_hours}}
  37. <p class="hours">
  38. {{trans 'Hours of Operation:<br /><span class="no-link">%store_hours</span>.' store_hours=$store_hours |raw}}
  39. </p>
  40. {{/depend}}
  41. </td>
  42. <td>
  43. <p class="address">
  44. {{var store.getFormattedAddress()|raw}}
  45. </p>
  46. </td>
  47. </tr>
  48. </table>
  49. </td>
  50. </tr>
  51. </table>
  52. </td>
  53. </tr>
  54. </table>
  55. <!-- End wrapper table -->
  56. </body>