app/template/default/Block/lm_footer2.twig line 1

Open in your IDE?
  1. <style>
  2.    .last-update-txt {
  3.         margin: 10px 30px;
  4.         color: #666;
  5.         font-size: 12px;
  6.     }
  7. </style>
  8. <!-- フッタ2 -->
  9. {% if category_bottom_text is defined and category_bottom_text is not null %}
  10.     <div class="last-update-txt">
  11.         {{ category_bottom_text }}
  12.     </div>
  13. {% endif %}
  14. <div class="update_time">
  15.     <p>最終更新日: {{ get_updated_at() }}  ユニフォームタウンでは、独自の在庫連携システムにより、リアルタイムの在庫数を随時更新しています。</p>
  16. </div>
  17. {% if back_to_top_link is defined and back_to_top_link is not null %}
  18.     <div class="page-top-text"><a href="#">{{ back_to_top_link }}通販のページトップに戻る</a></div>
  19. {% else %}
  20.     <div class="page-top-text"><a href="#">ユニフォーム通販のページトップに戻る</a></div>
  21. {% endif %}
  22. <!-- フッタ2 -->