Commit ee2273faba1583b704a3fb09fef92824a0d16c96
1 parent
1a6b1a19
123
Showing
1 changed file
with
11 additions
and
11 deletions
Show diff stats
src/app/frontend/views/about_ukr.php
| ... | ... | @@ -12,17 +12,6 @@ |
| 12 | 12 | <!-- Bootstrap --> |
| 13 | 13 | <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous"> |
| 14 | 14 | |
| 15 | - <!-- Default Theme --> | |
| 16 | - <link href="/css/about/theme-style.css" rel="stylesheet"> | |
| 17 | - | |
| 18 | - <link rel="stylesheet" href="/css/main.css" type="text/css" media="all" /> | |
| 19 | - | |
| 20 | - <!-- ilightbox --> | |
| 21 | - <link rel="stylesheet" href="/css/ilightbox/ilightbox.css" /> | |
| 22 | - <!-- ilightbox skin --> | |
| 23 | - <link rel="stylesheet" href="/css/ilightbox/dark-skin/skin.css" /> | |
| 24 | - <link rel="stylesheet" href="/css/ilightbox/metro-black-skin/skin.css" /> | |
| 25 | - <link rel="stylesheet" href="/css/ilightbox/light-skin/skin.css" /> | |
| 26 | 15 | |
| 27 | 16 | <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries --> |
| 28 | 17 | <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> |
| ... | ... | @@ -804,6 +793,17 @@ |
| 804 | 793 | </div> |
| 805 | 794 | </footer> |
| 806 | 795 | <a href="#" id="invislang" data-toggle="modal" data-target="#basicModal" title="" style="display:none;">d</a> |
| 796 | + | |
| 797 | +<!-- Default Theme --> | |
| 798 | +<link href="/css/about/theme-style.css" rel="stylesheet"> | |
| 799 | + | |
| 800 | +<!-- ilightbox --> | |
| 801 | +<link rel="stylesheet" href="/css/ilightbox/ilightbox.css" /> | |
| 802 | +<!-- ilightbox skin --> | |
| 803 | +<link rel="stylesheet" href="/css/ilightbox/dark-skin/skin.css" /> | |
| 804 | +<link rel="stylesheet" href="/css/ilightbox/metro-black-skin/skin.css" /> | |
| 805 | +<link rel="stylesheet" href="/css/ilightbox/light-skin/skin.css" /> | |
| 806 | + | |
| 807 | 807 | <script type="text/javascript" src="http://seo.dev.artwebua.com.ua/lib/eventMailer.js"></script> |
| 808 | 808 | <script type="text/javascript" src="/js/jquery.js"></script> |
| 809 | 809 | <script src="/js/jquery.cookie.js" type="text/javascript"></script> | ... | ... |