@@ -41,7 +41,7 @@ |
||
41 | 41 | |
42 | 42 | <body> |
43 | 43 | |
44 | - <script src="<?= $this->theme->getBaseUrl() . '/js/lightbox-plus-jquery.min.js'; ?>"></script> |
|
44 | + <script src="<?= $this->theme->getBaseUrl().'/js/lightbox-plus-jquery.min.js'; ?>"></script> |
|
45 | 45 | |
46 | 46 | <?php $this->beginBody() ?> |
47 | 47 |
@@ -97,8 +97,11 @@ |
||
97 | 97 | <!-- start: show content (and check, if exists a sublayout --> |
98 | 98 | <?php if (isset($this->context->subLayout) && $this->context->subLayout != "") : ?> |
99 | 99 | <?= $this->render($this->context->subLayout, array('content' => $content)); ?> |
100 | - <?php else: ?> |
|
101 | - <?= $content; ?> |
|
100 | + <?php else { |
|
101 | + : ?> |
|
102 | + <?= $content; |
|
103 | +} |
|
104 | +?> |
|
102 | 105 | <?php endif; ?> |
103 | 106 | <!-- end: show content --> |
104 | 107 |