@@ -35,8 +35,11 @@  | 
                                                    ||
| 35 | 35 | <span class="navbar-label">  | 
                                                        
| 36 | 36 | <?php if( $this->get( 'itemData/locale.id' ) ) : ?>  | 
                                                        
| 37 | 37 | <?= $enc->html( $this->get( 'itemData/locale.languageid' ) . '/' . $this->get( 'itemData/locale.currencyid' ) ); ?>  | 
                                                        
| 38 | - <?php else : ?>  | 
                                                        |
| 39 | - <?= $enc->html( $this->translate( 'admin', 'New' ) ); ?>  | 
                                                        |
| 38 | +				<?php else { | 
                                                        |
| 39 | + : ?>  | 
                                                        |
| 40 | + <?= $enc->html( $this->translate( 'admin', 'New' ) );  | 
                                                        |
| 41 | +}  | 
                                                        |
| 42 | +?>  | 
                                                        |
| 40 | 43 | <?php endif; ?>  | 
                                                        
| 41 | 44 | </span>  | 
                                                        
| 42 | 45 | <span class="navbar-site"><?= $enc->html( $this->site()->match( $this->get( 'itemData/locale.siteid' ) ) ); ?></span>  | 
                                                        
@@ -45,8 +45,11 @@  | 
                                                    ||
| 45 | 45 | <span class="navbar-label">  | 
                                                        
| 46 | 46 | <?php if( $this->get( 'itemData/subscription.id' ) ) : ?>  | 
                                                        
| 47 | 47 | <?= $enc->html( $this->get( 'itemData/subscription.datenext' ) . ' ' . $this->get( 'itemData/subscription.interval' ) ); ?>  | 
                                                        
| 48 | - <?php else : ?>  | 
                                                        |
| 49 | - <?= $enc->html( $this->translate( 'admin', 'New' ) ); ?>  | 
                                                        |
| 48 | +				<?php else { | 
                                                        |
| 49 | + : ?>  | 
                                                        |
| 50 | + <?= $enc->html( $this->translate( 'admin', 'New' ) );  | 
                                                        |
| 51 | +}  | 
                                                        |
| 52 | +?>  | 
                                                        |
| 50 | 53 | <?php endif; ?>  | 
                                                        
| 51 | 54 | </span>  | 
                                                        
| 52 | 55 | <span class="navbar-site"><?= $enc->html( $this->site()->match( $this->get( 'itemData/subscription.siteid' ) ) ); ?></span>  |