templates/Slivki/banners/head_banner.html.twig line 1

Open in your IDE?
  1. <a href="{{ topSiteBanner.getURL() }}" target="_blank" rel="nofollow">
  2.     <img style="margin-left: auto; margin-right: auto;" src="{{ topSiteBanner.getFilePath() }}?v=0" alt="">
  3. </a>
  4. {% if topSiteBanner.getPixelCode() %}
  5.     <img src="{{ topSiteBanner.getPixelCode() }}" style="position: fixed; top: -1px; left: -1px; width: 1px; height: 1px;"/>
  6. {% endif %}