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

Open in your IDE?
  1. <div>
  2.     <img src="https://img0.land-mark.biz/ut_img/public_images/top/order_apo.png" width="805" height="105" alt="ご注文方法" /><br />
  3.     <table>
  4.         <tr>
  5.             <td>
  6.                 <img src="https://img0.land-mark.biz/ut_img/public_images/top/oa1_1.png" width="402" height="130" alt="PCで注文" />
  7.             </td>
  8.             <td>
  9.                 <a href="/contact/tel/">
  10.                 <img src="https://img0.land-mark.biz/ut_img/public_images/top/oa2_1.png" onmouseover="this.src='https://img0.land-mark.biz/ut_img/public_images/top/oa2_2.png'" onmouseout="this.src='https://img0.land-mark.biz/ut_img/public_images/top/oa2_1.png'" width="402" height="130" alt="電話で注文" /></a>
  11.             </td>
  12.         </tr>
  13.         <tr>
  14.             <td>
  15.                 <a href="/contact/fax/">
  16.                 <img src="https://img0.land-mark.biz/ut_img/public_images/top/oa3_1.png" onmouseover="this.src='https://img0.land-mark.biz/ut_img/public_images/top/oa3_2.png'" onmouseout="this.src='https://img0.land-mark.biz/ut_img/public_images/top/oa3_1.png'" width="402" height="130" alt="FAXで注文" /></a>
  17.             </td>
  18.             <td>
  19.                 <a href="/mail/">
  20.                 <img src="https://img0.land-mark.biz/ut_img/public_images/top/oa4_1.png" onmouseover="this.src='https://img0.land-mark.biz/ut_img/public_images/top/oa4_2.png'" onmouseout="this.src='https://img0.land-mark.biz/ut_img/public_images/top/oa4_1.png'" width="402" height="130" alt="メールで注文" /></a>
  21.             </td>
  22.         </tr>
  23.     </table>
  24. </div>