@@ -92,7 +92,8 @@ discard block |
||
92 | 92 | <?php if( $logos = $this->get( 'itemData/locale.site.logo' ) ) : ?> |
93 | 93 | <img class="item-preview" |
94 | 94 | src="<?= $enc->attr( $this->content( end( $logos ) ) ) ?>" /> |
95 | - <?php else : ?> |
|
95 | + <?php else { |
|
96 | + : ?> |
|
96 | 97 | <p class="item-preview"> |
97 | 98 | <?= $enc->html( $this->translate( 'admin', 'Upload shop logo' ) ) ?> |
98 | 99 | </p> |
@@ -106,7 +107,9 @@ discard block |
||
106 | 107 | <div class="box"> |
107 | 108 | |
108 | 109 | <div class="form-group media-preview"> |
109 | - <input class="fileupload" type="file" tabindex="<?= $this->get( 'tabindex', 1 ); ?>" |
|
110 | + <input class="fileupload" type="file" tabindex="<?= $this->get( 'tabindex', 1 ); |
|
111 | +} |
|
112 | +?>" |
|
110 | 113 | name="media[icon]" /> |
111 | 114 | <?php if( $icon = $this->get( 'itemData/locale.site.icon' ) ) : ?> |
112 | 115 | <img class="item-preview" |