@@ -15,8 +15,8 @@ |
||
| 15 | 15 | <title><?php echo Html::encode(Yii::$app->name); ?></title> |
| 16 | 16 | <link href='https://fonts.googleapis.com/css?family=Roboto:300,400,500,700' rel='stylesheet' type='text/css'> |
| 17 | 17 | <style type="text/css"> |
| 18 | - <?php $defaultBackground = Yii::$app->view->theme->variable('background-color-main', '#fff') ?> |
|
| 19 | - <?php $colorPrimary = Yii::$app->view->theme->variable('primary', '#708fa0') ?> |
|
| 18 | + <?php $defaultBackground = Yii::$app->view->theme->variable('background-color-main', '#fff') ?> |
|
| 19 | + <?php $colorPrimary = Yii::$app->view->theme->variable('primary', '#708fa0') ?> |
|
| 20 | 20 | |
| 21 | 21 | .ReadMsgBody { |
| 22 | 22 | width: 100%; |
@@ -85,7 +85,7 @@ |
||
| 85 | 85 | <a data-toggle="modal" data-target="#aside" class="navbar-item pull-left visible-xs visible-sm waves"><i class="material-icons">menu</i></a> |
| 86 | 86 | <ul class="nav nav-sm navbar-tool pull-right"> |
| 87 | 87 | <?= \humhub\widgets\TopMenuRightStack::widget(); ?> |
| 88 | - <?= \humhub\widgets\NotificationArea::widget([ 'widgets'=> [ [\humhub\modules\notification\widgets\Overview::className(), [], ['sortOrder' => 10]], ]]); ?> |
|
| 88 | + <?= \humhub\widgets\NotificationArea::widget(['widgets'=> [[\humhub\modules\notification\widgets\Overview::className(), [], ['sortOrder' => 10]], ]]); ?> |
|
| 89 | 89 | |
| 90 | 90 | <?=\ humhub\modules\space\widgets\Chooser::widget(); ?> |
| 91 | 91 | </ul> |