@@ -1,14 +1,14 @@ |
||
1 | 1 | <!-- MAIN STYLE --> |
2 | 2 | |
3 | -<link rel="stylesheet" type="text/css" media="screen" title="white-theme" href="<?php echo $this->theme->getBaseUrl() . '/css/theme.css'; ?>"> |
|
4 | -<link rel="alternate stylesheet" type="text/css" media="screen" title="dark-theme" href="<?php echo $this->theme->getBaseUrl() . '/css/dark.css'; ?>"> |
|
3 | +<link rel="stylesheet" type="text/css" media="screen" title="white-theme" href="<?php echo $this->theme->getBaseUrl().'/css/theme.css'; ?>"> |
|
4 | +<link rel="alternate stylesheet" type="text/css" media="screen" title="dark-theme" href="<?php echo $this->theme->getBaseUrl().'/css/dark.css'; ?>"> |
|
5 | 5 | |
6 | 6 | <!-- JS --> |
7 | 7 | |
8 | -<script src="<?php echo $this->theme->getBaseUrl() . '/js/styleswitch.js'; ?>"></script> |
|
9 | -<script src="<?php echo $this->theme->getBaseUrl() . '/js/scollme.js'; ?>"></script> |
|
8 | +<script src="<?php echo $this->theme->getBaseUrl().'/js/styleswitch.js'; ?>"></script> |
|
9 | +<script src="<?php echo $this->theme->getBaseUrl().'/js/scollme.js'; ?>"></script> |
|
10 | 10 | |
11 | 11 | <!-- OTHER --> |
12 | 12 | |
13 | -<link href="<?php echo $this->theme->getBaseUrl() . '/css/lightbox.css'; ?>" rel="stylesheet"> |
|
13 | +<link href="<?php echo $this->theme->getBaseUrl().'/css/lightbox.css'; ?>" rel="stylesheet"> |
|
14 | 14 | <link href="https//fonts.googleapis.com/css?family=Open+Sans|PT+Sans|Rancho|Ubuntu+Condensed&subset=latin,cyrillic" rel="stylesheet" type="text/css"> |