diff options
author | sanjeevi01 | 2019-07-14 18:26:09 +0530 |
---|---|---|
committer | sanjeevi01 | 2019-07-14 18:26:09 +0530 |
commit | 36e10e622a50840efb7a1ffd3b1c9bc509b3b1ef (patch) | |
tree | 7fa0942d1fa71eb17da9803d4e45b19e386c46d3 /templates/block--fossee-istos-branding.html.twig | |
parent | 85a9d81638d240f3fa9ed01cb139ef33243b379b (diff) | |
download | fossee_istos-36e10e622a50840efb7a1ffd3b1c9bc509b3b1ef.tar.gz fossee_istos-36e10e622a50840efb7a1ffd3b1c9bc509b3b1ef.tar.bz2 fossee_istos-36e10e622a50840efb7a1ffd3b1c9bc509b3b1ef.zip |
Second commit
Diffstat (limited to 'templates/block--fossee-istos-branding.html.twig')
-rwxr-xr-x | templates/block--fossee-istos-branding.html.twig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/block--fossee-istos-branding.html.twig b/templates/block--fossee-istos-branding.html.twig index b4f310b..974ce2c 100755 --- a/templates/block--fossee-istos-branding.html.twig +++ b/templates/block--fossee-istos-branding.html.twig @@ -16,7 +16,7 @@ #} {% block content %} {% if site_logo %} - <div class="region region-navigation section-footer" style="margin-bottom: 5px; padding-top: 30px;padding-bottom: 30px;width: 1137px; padding-left: 30px; border-radius:8px;" > + <div class="region region-navigation top-nav" style="margin-bottom: 5px; padding-top: 30px;padding-bottom: 30px;width: 1137px; padding-left: 30px; border-radius:8px;" > <a href="{{ path('<front>') }}" title="{{ 'Home'|t }}" rel="home"> <img src="{{ site_logo }}" alt="{{ 'Home'|t }}" /> </a> |