@@ -29,9 +29,12 @@ |
||
29 | 29 | aria-expanded="true"> |
30 | 30 | <?php if (!empty($currentLangLabel)): ?> |
31 | 31 | <?= $currentLangLabel ?> |
32 | - <?php else: ?> |
|
32 | + <?php else { |
|
33 | + : ?> |
|
33 | 34 | <?= EmailTemplatesModule::t('Language') ?> |
34 | - <?php endif; ?> |
|
35 | + <?php endif; |
|
36 | +} |
|
37 | +?> |
|
35 | 38 | <span class="caret"></span> |
36 | 39 | </button> |
37 | 40 | <ul class="dropdown-menu" aria-labelledby="email-template-languages"> |