Completed
Pull Request — dev (#76)
by Sarah
02:44
created
views/mail/layouts/html.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -15,8 +15,8 @@
 block discarded – undo
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%;
Please login to merge, or discard this patch.
views/layouts/main.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -85,7 +85,7 @@
 block discarded – undo
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>
Please login to merge, or discard this patch.