@@ -81,7 +81,7 @@ discard block |
||
81 | 81 | |
82 | 82 | <body> |
83 | 83 | |
84 | - <script src="<?php echo $this->theme->getBaseUrl() . '/js/lightbox-plus-jquery.min.js'; ?>"></script> |
|
84 | + <script src="<?php echo $this->theme->getBaseUrl().'/js/lightbox-plus-jquery.min.js'; ?>"></script> |
|
85 | 85 | |
86 | 86 | <?php $this->beginBody() ?> |
87 | 87 | |
@@ -150,7 +150,7 @@ discard block |
||
150 | 150 | </div> |
151 | 151 | </div> |
152 | 152 | |
153 | - <script src="<?php echo $this->theme->getBaseUrl() . '/js/plugins-scroll.js'; ?>"></script> |
|
153 | + <script src="<?php echo $this->theme->getBaseUrl().'/js/plugins-scroll.js'; ?>"></script> |
|
154 | 154 | <script> |
155 | 155 | $(document).ready(function() { |
156 | 156 | try { |