@@ -18,8 +18,10 @@ |
||
18 | 18 | <div class="panel-heading"> |
19 | 19 | <?php if ($group === null) : ?> |
20 | 20 | <?= Yii::t('DirectoryModule.base', '<strong>Member</strong> directory'); ?> |
21 | - <?php else : ?> |
|
21 | + <?php else { |
|
22 | + : ?> |
|
22 | 23 | <?= Yii::t('DirectoryModule.base', '<strong>Group</strong> members - {group}', ['{group}' => Html::encode($group->name)]); |
24 | +} |
|
23 | 25 | ?> |
24 | 26 | <?php endif; ?> |
25 | 27 | </div> |