@@ -67,7 +67,7 @@ |
||
| 67 | 67 | |
| 68 | 68 | <div class="notifications pull-right"> |
| 69 | 69 | <?= |
| 70 | - \humhub\widgets\NotificationArea::widget(['widgets' => [ |
|
| 70 | + \humhub\widgets\NotificationArea::widget(['widgets' => [ |
|
| 71 | 71 | [\humhub\modules\notification\widgets\Overview::className(), [], ['sortOrder' => 10]], |
| 72 | 72 | ]]); |
| 73 | 73 | ?> |
@@ -8,7 +8,7 @@ |
||
| 8 | 8 | echo $item['id']; |
| 9 | 9 | } |
| 10 | 10 | ?>"> |
| 11 | - <?= Html::a($item['icon'] . "<br />" . $item['label'], $item['url'], $item['htmlOptions']); ?> |
|
| 11 | + <?= Html::a($item['icon']."<br />".$item['label'], $item['url'], $item['htmlOptions']); ?> |
|
| 12 | 12 | </li> |
| 13 | 13 | <?php endforeach; ?> |
| 14 | 14 | |
@@ -23,7 +23,10 @@ |
||
| 23 | 23 | id="img-logo"/> |
| 24 | 24 | </a> |
| 25 | 25 | <br> |
| 26 | - <?php else: ?> |
|
| 27 | - <h1 id="app-title" class="animated fadeIn"><?= Html::encode(Yii::$app->name); ?></h1> |
|
| 26 | + <?php else { |
|
| 27 | + : ?> |
|
| 28 | + <h1 id="app-title" class="animated fadeIn"><?= Html::encode(Yii::$app->name); |
|
| 29 | +} |
|
| 30 | +?></h1> |
|
| 28 | 31 | <?php endif; ?> |
| 29 | 32 | <?php endif; ?> |