Commit 0442465469f417dc5168fa1c8bc48de2b0b7178a
1 parent
b8fa3c4b
123
Showing
1 changed file
with
6 additions
and
7 deletions
Show diff stats
src/app/frontend/views/about_ukr.php
| @@ -12,6 +12,8 @@ | @@ -12,6 +12,8 @@ | ||
| 12 | <!-- Bootstrap --> | 12 | <!-- Bootstrap --> |
| 13 | <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous"> | 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"> | ||
| 15 | 17 | ||
| 16 | <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries --> | 18 | <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries --> |
| 17 | <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> | 19 | <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> |
| @@ -794,12 +796,9 @@ | @@ -794,12 +796,9 @@ | ||
| 794 | </footer> | 796 | </footer> |
| 795 | <a href="#" id="invislang" data-toggle="modal" data-target="#basicModal" title="" style="display:none;">d</a> | 797 | <a href="#" id="invislang" data-toggle="modal" data-target="#basicModal" title="" style="display:none;">d</a> |
| 796 | 798 | ||
| 797 | -<!-- Default Theme --> | ||
| 798 | -<link href="/css/about/theme-style.css" rel="stylesheet"> | ||
| 799 | - | ||
| 800 | -<script type="text/javascript" src="/js/jquery.js"></script> | 799 | +<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script> |
| 801 | <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script> | 800 | <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script> |
| 802 | -<script src="js/owl.carousel.min.js"></script> | 801 | +<script src="/js/about/owl.carousel.min.js"></script> |
| 803 | <script> | 802 | <script> |
| 804 | $('#owl1').owlCarousel({ | 803 | $('#owl1').owlCarousel({ |
| 805 | loop:true, | 804 | loop:true, |
| @@ -826,8 +825,8 @@ | @@ -826,8 +825,8 @@ | ||
| 826 | $(".modal").hide(); | 825 | $(".modal").hide(); |
| 827 | }); | 826 | }); |
| 828 | </script> | 827 | </script> |
| 829 | - | ||
| 830 | -<!--<script type="text/javascript" src="/js/main.js"></script> | 828 | +<script type="text/javascript" src="/js/main.js"></script> |
| 829 | +<!-- | ||
| 831 | <script src="/js/about/script.js"></script> | 830 | <script src="/js/about/script.js"></script> |
| 832 | --> | 831 | --> |
| 833 | </body> | 832 | </body> |