src/NCBS/WebsiteBundle/Resources/views/layout_css.html.twig line 1

Open in your IDE?
  1. {% if (slider_url is defined and slider_url is not null) or multicolumn_path is defined %}
  2.   <link href="{{ asset('/bundles/ncbsw/css/jquery.sidr.light.min.css?20190626.1244') }}" rel="stylesheet" type="text/css" />
  3. {% endif %}  
  4. <!--  <link href="{{ asset('/bundles/ncbsw/css/jsmodal-light.css?20190626.1244') }}" rel="stylesheet" type="text/css" /> -->
  5.   <link href="{{ asset('/bundles/ncbsw/css/bootstrap.min.css?20230630.1551') }}" rel="stylesheet" type="text/css" />
  6.   <link href="{{ asset('/bundles/ncbsw/css/ncbsw.min.css?20240731.1555') }}" rel="stylesheet" type="text/css" />
  7.   <!-- <link href="https://fonts.googleapis.com/css?family=Noto+Sans:400,700&display=swap&subset=cyrillic,cyrillic-ext,devanagari,greek,greek-ext,latin-ext,vietnamese" rel="stylesheet">  
  8.   <link href="{{ asset('/bundles/ncbsw/css/bootstrap-combobox.css') }}" rel="stylesheet" type="text/css" />-->
  9. {% include 'NCBSWBundle::fontawesome_css.html.twig' %}