Completed
Push — master ( ff3def...d1385a )
by Tobias
10:49
created
src/views/layouts/main.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -69,10 +69,10 @@
 block discarded – undo
69 69
 <!-- Navbar -->
70 70
 <?php
71 71
 if (Yii::$app->settings->get('enableTwigNavbar', 'app.layout', false)) {
72
-                      echo \dmstr\modules\prototype\widgets\TwigWidget::widget(['key' => '_navbar']);
73
-                  } else {
74
-                      echo $this->render('_navbar');
75
-                  }
72
+                        echo \dmstr\modules\prototype\widgets\TwigWidget::widget(['key' => '_navbar']);
73
+                    } else {
74
+                        echo $this->render('_navbar');
75
+                    }
76 76
 
77 77
 ?>
78 78
 
Please login to merge, or discard this patch.