Commit a9bf111259e960d4518ae4e56ad376ca0a6405d3
1 parent
87c4b175
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,9 +218,9 @@ $page_title = isset( $page_title ) && !empty( $page_title ) ? $page_title : ''; |
218 | 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 | 219 | <?php endforeach ?> |
220 | 220 | </ul> |
221 | - <?= $this->flash->output(); ?> | |
222 | 221 | </div> |
223 | 222 | </div> |
223 | + <?= $this->flash->output(); ?> | |
224 | 224 | </div> |
225 | 225 | |
226 | 226 | <?= $this->getContent(); ?> | ... | ... |