Completed
Push — master ( 65edc7...99b5bb )
by WILMER
02:24
created
views/layouts/main.php 1 patch
Braces   +5 added lines, -2 removed lines patch added patch discarded remove patch
@@ -85,7 +85,8 @@  discard block
 block discarded – undo
85 85
                             <!-- /.content -->
86 86
                         <?= Html::endTag('div') ?>
87 87
                         <!-- /.right-side -->
88
-                        <?php else: ?>
88
+                        <?php else {
89
+    : ?>
89 90
                             <!-- ./Left side column. -->
90 91
                             <!-- Right side column. Contains the navbar and content of the page -->
91 92
                             <!-- Navigation -->
@@ -105,7 +106,9 @@  discard block
 block discarded – undo
105 106
                                     <?= Html::endTag('div') ?>
106 107
                                 <?= Html::endTag('section') ?>
107 108
                             <?= Html::endTag('div') ?>
108
-                    <?php endif; ?>
109
+                    <?php endif;
110
+}
111
+?>
109 112
                     <!-- ./Right side column. -->
110 113
                     <?= $this->render('_footer') ?>
111 114
                 <?= Html::endTag('div') ?>
Please login to merge, or discard this patch.
views/layouts/_header.php 1 patch
Braces   +5 added lines, -2 removed lines patch added patch discarded remove patch
@@ -34,10 +34,13 @@
 block discarded – undo
34 34
                 <!-- User Account: style can be found in dropdown.less -->
35 35
                 <?= $this->render('_menuser') ?>
36 36
             <?= Html::endTag('div') ?>
37
-            <?php else: ?>
37
+            <?php else {
38
+    : ?>
38 39
                 <?= Html::beginTag('div', ['class' => 'navbar-custom-menu']) ?>
39 40
                     <?= $this->render('_menu') ?>
40 41
                 <?= Html::endTag('div') ?>
41
-        <?php endif; ?>
42
+        <?php endif;
43
+}
44
+?>
42 45
     <?= Html::endTag('nav') ?>
43 46
 <?= Html::endTag('header') ?>
44 47
\ No newline at end of file
Please login to merge, or discard this patch.