Commit ff737f2ef6afbd6a33872090cd95b807a190791e
1 parent
60127485
корпоратив-фикс)) 3
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
frontend/views/layouts/main.php
... | ... | @@ -125,10 +125,10 @@ JS; |
125 | 125 | </a> |
126 | 126 | </div> |
127 | 127 | <div class="hidden-xs col-sm-5 col-md-3 logos-header-wr"> |
128 | - <a href="https://www.kmu.gov.ua/ua" class="logos-header-1"> | |
128 | + <a target="_blank" href="https://www.kmu.gov.ua/ua" class="logos-header-1"> | |
129 | 129 | <img src="/images/logos-1.svg" alt=""> |
130 | 130 | </a> |
131 | - <a href="http://www.un.org/" class="logos-header-1"> | |
131 | + <a target="_blank" href="http://www.un.org/" class="logos-header-1"> | |
132 | 132 | <img src="/images/logos-2.svg" alt=""> |
133 | 133 | </a> |
134 | 134 | </div> | ... | ... |