Completed
Push — master ( 3ab30a...918e17 )
by Aimeos
05:35
created
admin/jqadm/templates/common/page-standard.php 1 patch
Braces   +15 added lines, -6 removed lines patch added patch discarded remove patch
@@ -187,8 +187,11 @@  discard block
 block discarded – undo
187 187
 										<?php foreach( $this->pageSiteList as $siteItem ) : ?>
188 188
 											<?php if( $siteItem->getId() === $this->pageSiteTree->getId() ) : ?>
189 189
 												<?php $siteFcn( $this->pageSiteTree ); ?>
190
-											<?php else : ?>
191
-												<?php $siteFcn( $siteItem ); ?>
190
+											<?php else {
191
+	: ?>
192
+												<?php $siteFcn( $siteItem );
193
+}
194
+?>
192 195
 											<?php endif; ?>
193 196
 										<?php endforeach; ?>
194 197
 									</ul>
@@ -221,9 +224,12 @@  discard block
 block discarded – undo
221 224
 									</li>
222 225
 
223 226
 								<?php endif; ?>
224
-							<?php else : ?>
227
+							<?php else {
228
+	: ?>
225 229
 								<?php if( $this->access( $this->config( 'admin/jqadm/resource/' . $navitem . '/groups', [] ) ) ) : ?>
226
-									<?php $key = $this->config( 'admin/jqadm/resource/' . $navitem . '/key' ); ?>
230
+									<?php $key = $this->config( 'admin/jqadm/resource/' . $navitem . '/key' );
231
+}
232
+?>
227 233
 
228 234
 									<li class="<?= $enc->attr( $navitem ); ?> <?= $this->param( 'resource', $navfirst ) === $navitem ? 'active' : '' ?>">
229 235
 										<a href="<?= $enc->attr( $this->url( $searchTarget, $cntl, $action, array( 'resource' => $navitem ) + $params, [], $config ) ); ?>"
@@ -271,9 +277,12 @@  discard block
 block discarded – undo
271 277
 									</li>
272 278
 
273 279
 								<?php endif; ?>
274
-							<?php else : ?>
280
+							<?php else {
281
+	: ?>
275 282
 								<?php if( $this->access( $this->config( 'admin/jqadm/resource/' . $navitem . '/groups', [] ) ) ) : ?>
276
-									<?php $key = $this->config( 'admin/jqadm/resource/' . $navitem . '/key' ); ?>
283
+									<?php $key = $this->config( 'admin/jqadm/resource/' . $navitem . '/key' );
284
+}
285
+?>
277 286
 									<li class="<?= $enc->attr( $navitem ); ?> <?= $this->param( 'resource', $navfirst ) === $navitem ? 'active' : '' ?>">
278 287
 										<a href="<?= $enc->attr( $this->url( $searchTarget, $cntl, $action, array( 'resource' => $navitem ) + $params, [], $config ) ); ?>"
279 288
 											title="<?= $enc->attr( sprintf( $title, $this->translate( 'admin', $navitem ), $key ) ); ?>"
Please login to merge, or discard this patch.