Commit 87c4b175f34206812c7aaee95bf782b76d439352
1 parent
1d44f3b5
error reporting using repeated email
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/app/frontend/views/index.php
| @@ -218,8 +218,8 @@ $page_title = isset( $page_title ) && !empty( $page_title ) ? $page_title : ''; | @@ -218,8 +218,8 @@ $page_title = isset( $page_title ) && !empty( $page_title ) ? $page_title : ''; | ||
| 218 | <li class="<?= ( array_search(trim($menu_item['url'], '/'), $this->seoUrl->getLink(true)) || $menu_item['url']==$this->seoUrl->getLink() ? ' active' : '' ) ?> header_nav_<?=$menu_item['weight']?>"><a href="<?=$menu_item['url']?>" title="<?=$menu_item['name']?>"><?=($menu_item['name']=='Головна' || $menu_item['name']=='Главная')?'<img src="/images/ico_home.png" />':$menu_item['name'];?></a></li> | 218 | <li class="<?= ( array_search(trim($menu_item['url'], '/'), $this->seoUrl->getLink(true)) || $menu_item['url']==$this->seoUrl->getLink() ? ' active' : '' ) ?> header_nav_<?=$menu_item['weight']?>"><a href="<?=$menu_item['url']?>" title="<?=$menu_item['name']?>"><?=($menu_item['name']=='Головна' || $menu_item['name']=='Главная')?'<img src="/images/ico_home.png" />':$menu_item['name'];?></a></li> |
| 219 | <?php endforeach ?> | 219 | <?php endforeach ?> |
| 220 | </ul> | 220 | </ul> |
| 221 | + <?= $this->flash->output(); ?> | ||
| 221 | </div> | 222 | </div> |
| 222 | - <?= $this->flash->output(); ?> | ||
| 223 | </div> | 223 | </div> |
| 224 | </div> | 224 | </div> |
| 225 | 225 |