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

Open in your IDE?
  1. {% set RecommendBanners = repository('Customize\\Entity\\Banner').getPublicBannersByTypeId(1) %}
  2. <article class="ec-custom_layout s_title ec-recommendRole mt-50" id="toppage-recommend-block">
  3.   <section>
  4.     <h1 class="s_title_left lite-brown">
  5.       おすすめ商品
  6.       <span class="title">
  7.         RECOMMENDED
  8.       </span>
  9.     </h1>
  10.     <div class="s_title_right gold"></div>
  11.     <img src="{{ asset('assets/img/common/cat_line.jpg') }}" class="line_cart mb-20" alt="Đường kẻ danh mục">
  12.     <div class="ec-content">
  13.       <div class="ec-socialRole">
  14.         <img src="{{ asset('assets/img/top/rock.png')}}" class="mb-6" alt="Biểu tượng Rock Music">
  15.         <ul class="top_sns_menu mb-10">
  16.           <li>
  17.             <a href="https://twitter.com/Ward_Rock" target="_blank"><img src="{{ asset('assets/img/top/icon_twitter.png')}}" width="53" height="53" alt="Biểu tượng Twitter"></a>
  18.           </li>
  19.           <li>
  20.             <a href="https://www.facebook.com/wardrecords" target="_blank"><img src="{{ asset('assets/img/top/icon_facebook.png')}}" width="53" height="53" alt="Biểu tượng Facebook"></a>
  21.           </li>
  22.           <li>
  23.             <a href="https://www.youtube.com/user/wardmusictube" target="_blank"><img src="{{ asset('assets/img/top/icon_youtube.png')}}" width="53" height="53" alt="Biểu tượng YouTube"></a>
  24.           </li>
  25.           <li>
  26.             <a href="https://open.spotify.com/user/jxt46229l0p62pfj0vbhn44bu" target="_blank"><img src="{{ asset('assets/img/top/icon_spotify.png')}}" width="53" height="53" alt="Biểu tượng Spotify"></a>
  27.           </li>
  28.         </ul>
  29.         <a class="twitter-timeline" data-height="241" href="https://twitter.com/Ward_Rock?ref_src=twsrc%5Etfw">Tweets by Ward_Rock</a>
  30.          <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
  31.         <div style="position:relative;height:0;padding-bottom:56.25%" class="mt-10 mb-20">
  32.           <iframe width="241" height="135" src="https://www.youtube.com/embed/playlist?list=UUX4xs9yaXaS-uY_EhJaRRFQ" frameborder="0" style="position:absolute;width:100%;height:100%;left:0" allowfullscreen=""></iframe>
  33.         </div>
  34.       </div>
  35.       {# recommend pc #}
  36.       <div class="top_right_area">
  37.         <table class="mb-20">
  38.           <tbody>
  39.             <tr>
  40.               <td>
  41.                 <a href="{{ url('product_list') }}?group_id=7795"><img src="/user_data/banner/kaihansen/Kai-Hansen2026_502_212_sign.jpg" width="502" height="212" alt="Kai Hansen 2026"></a>
  42.               </td>
  43.               <td>
  44.                 <a href="{{ url('product_detail', {'id': 7830}) }}"><img src="/user_data/banner/Sarcator/Sarcator2026_241_224.jpg" width="241" alt="Sarcator 2026"></a>
  45.               </td>
  46.               <td>
  47.                 <a href="{{ url('product_list') }}?group_id=7771"><img src="/user_data/banner/sepultura/Sepultura2026_502_212.jpg" width="502" height="212" alt="Sepultura 2026"></a>
  48.               </td>
  49.               <td>
  50.                 <a href="{{ url('product_detail', {'id': 7802}) }}"><img src="/user_data/banner/Sinner/Sinner2_2026_241_224.jpg" width="241" alt="Sinner 2026"></a>
  51.               </td>
  52.               <td>
  53.                 <a href="{{ url('product_detail', {'id': 7815}) }}"><img src="/user_data/banner/hollywoodvampires/HollywoodVampires2026_502_212_2.jpg" width="502" height="212" alt="Hollywood Vampires 2026"></a>
  54.               </td>
  55.               <td>
  56.                 <a href="{{ url('product_detail', {'id': 7437}) }}"><img src="/user_data/banner/untoothers/untoothers2025_241_224.jpg" width="241" alt="Unto Others 2025"></a>
  57.               </td>
  58.               <td>
  59.                 <a href="{{ url('product_detail', {'id': 7813}) }}"><img src="/user_data/banner/tungsten/Tungsten2026_502_102.jpg" width="502" height="102" alt="Tungsten 2026"></a>
  60.               </td>
  61.               <td>
  62.                 <a href="{{ url('product_detail', {'id': 7820}) }}"><img src="/user_data/banner/April Art/AprilArt2026_241_102.jpg" width="241" height="102" alt="April Art 2026"></a>
  63.               </td>
  64.             </tr>
  65.             <tr class="block_3">
  66.               <td>
  67.                 <a href="{{ url('product_detail', {'id': 7785}) }}"><img src="/user_data/banner/Equilibrium/Equilibrium2026_241_102.jpg" width="241" height="102" alt="Equilibrium 2026"></a>
  68.               </td>
  69.               <td>
  70.                 <a href="{{ url('product_detail', {'id': 7803}) }}"><img src="/user_data/banner/TheEternal/TheEternal2026_241_102.jpg" width="241" height="102" alt="The Eternal 2026"></a>
  71.               </td>
  72.               <td>
  73.                 <a href="{{ url('product_detail', {'id': 7811}) }}"><img src="/user_data/banner/coreleoni/Coreleoni2026_241_102.jpg" width="241" height="102" alt="CoreLeoni 2026"></a>
  74.               </td>
  75.             </tr>
  76.           </tbody>
  77.         </table>
  78.       </div>
  79.     </div>
  80.   </section>
  81. </article>
  82. <article class="ec-recommendRole_sp">
  83.   <div class="recommend_top">
  84.     {# recommend sp #}
  85. <<<<<<< HEAD
  86. =======
  87. >>>>>>> 9c4b671a (upload develop from prod - update wp-content)
  88.     <div class="u-marginTop--2pct u-align--ctr">
  89.       <a href="{{ url('product_detail', {'id': 7815}) }}" class="ui-link"><img src="/user_data/banner/hollywoodvampires/HollywoodVampires2026_502_212_2.jpg" class="u-img-hm" alt="Hollywood Vampires 2026"></a>
  90.     </div>
  91.     <div class="u-marginTop--2pct u-align--ctr">
  92.       <a href="{{ url('product_detail', {'id': 7830}) }}" class="ui-link"><img src="/user_data/banner/Sarcator/Sarcator2026_502_102.jpg" alt="Sarcator 2026" class="u-img-hm"></a>
  93.     </div>
  94.     <div class="recommend_top_bottom">
  95.       <section class="u-display--tblCell">
  96.         <div class="u-align--ctr">
  97.           <a href="{{ url('product_detail', {'id': 7820}) }}" class="ui-link">
  98.             <img src="/user_data/banner/April Art/AprilArt2026_241_102.jpg" alt="April Art 2026" class="u-img-hm"></a>
  99.           <div class="u-marginTop--5pct u-align--ctr">
  100.             <div class="u-marginTop--5pct u-align--ctr">
  101.               <a href="{{ url('product_detail', {'id': 7813}) }}" class="ui-link"><img src="/user_data/banner/tungsten/Tungsten2026_241_102.jpg" alt="Tungsten 2026" class="u-img-hm"></a>
  102.             </div>
  103.           </div>
  104.         </div>
  105.       </section>
  106.       <section class="u-display--tblCell">
  107.         <div class="u-align--ctr">
  108.           <a href="{{ url('product_detail', {'id': 7785}) }}" class="ui-link"><img src="/user_data/banner/Equilibrium/Equilibrium2026_241_102.jpg" alt="Equilibrium 2026" class="u-img-hm"></a>
  109.         </div>
  110.         <div class="u-marginTop--5pct u-align--ctr">
  111.           <a href="{{ url('product_detail', {'id': 7811}) }}"><img src="/user_data/banner/coreleoni/Coreleoni2026_241_102.jpg" alt="CoreLeoni 2026" class="u-img-hm"></a>
  112.         </div>
  113.       </section>
  114.     </div>
  115.   </div>
  116. </article>