@@ -36,7 +36,8 @@ discard block |
||
36 | 36 | <!-- User Account: style can be found in dropdown.less --> |
37 | 37 | <?= $this->render('_menuser') ?> |
38 | 38 | <?= Html::endTag('div') ?> |
39 | - <?php else: ?> |
|
39 | + <?php else { |
|
40 | + : ?> |
|
40 | 41 | <?= Html::beginTag('div', ['class' => 'navbar-header']) ?> |
41 | 42 | <!-- Add the class icon to your logo image or logo icon to add the margining --> |
42 | 43 | <?= Html::beginTag('div', ['class' => 'navbar-brand']) ?> |
@@ -48,6 +49,8 @@ discard block |
||
48 | 49 | <?= Html::beginTag('div', ['class' => 'collapse navbar-collapse', 'id' => 'navbar-collapse']) ?> |
49 | 50 | <?= $this->render('_menu') ?> |
50 | 51 | <?= Html::endTag('div') ?> |
51 | - <?php endif; ?> |
|
52 | + <?php endif; |
|
53 | +} |
|
54 | +?> |
|
52 | 55 | <?= Html::endTag('nav') ?> |
53 | 56 | <?= Html::endTag('header') ?> |
54 | 57 | \ No newline at end of file |
@@ -36,7 +36,8 @@ discard block |
||
36 | 36 | <!-- User Account: style can be found in dropdown.less --> |
37 | 37 | <?= $this->render('_menuser') ?> |
38 | 38 | <?= Html::endTag('div') ?> |
39 | - <?php else: ?> |
|
39 | + <?php else { |
|
40 | + : ?> |
|
40 | 41 | <?= Html::beginTag('div', ['class' => 'navbar-header']) ?> |
41 | 42 | <!-- Add the class icon to your logo image or logo icon to add the margining --> |
42 | 43 | <?= Html::beginTag('div', ['class' => 'navbar-brand']) ?> |
@@ -48,6 +49,8 @@ discard block |
||
48 | 49 | <?= Html::beginTag('div', ['class' => 'collapse navbar-collapse', 'id' => 'navbar-collapse']) ?> |
49 | 50 | <?= $this->render('_menu') ?> |
50 | 51 | <?= Html::endTag('div') ?> |
51 | - <?php endif; ?> |
|
52 | + <?php endif; |
|
53 | +} |
|
54 | +?> |
|
52 | 55 | <?= Html::endTag('nav') ?> |
53 | 56 | <?= Html::endTag('header') ?> |
@@ -85,7 +85,8 @@ discard block |
||
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 |
||
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') ?> |
@@ -85,7 +85,8 @@ discard block |
||
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 |
||
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') ?> |