templates/_light-header.html.twig line 1

Open in your IDE?
  1. <div class="col-lg-8 col-lg-offset-2 clearfix" id="light-header">
  2.   <div class="pull-left" style="margin-left:-7px" id="header-logo">
  3.     <a href="https://www.flagshipcompany.com/">
  4.         <img src="/images/header-logo.png" style="height:42px;margin-top:8px;" class="logo" border="0" alt="Flagship logo">
  5.     </a>
  6.   </div>
  7.   <div class="pull-right" style="padding-top:15px"> 1 866 320 8383 &nbsp;&nbsp;
  8.     <a href="mailto:support@flagshipcompany.com">support@flagshipcompany.com</a> &nbsp;&nbsp;
  9.     <a href="{{ url('locale')}}">
  10.       <i class="fa fa-language"></i> {{ 'APP.GEN.LANG'|trans }}
  11.     </a>
  12.   </div>
  13. </div>