Commit 1d44f3b5dbf476e7579402e8841ed1f576a74715

Authored by Alex Savenko
1 parent ae6a8610

error reporting using repeated email

Showing 1 changed file with 1 additions and 2 deletions   Show diff stats
src/app/frontend/views/index.php
... ... @@ -219,11 +219,10 @@ $page_title = isset( $page_title ) && !empty( $page_title ) ? $page_title : '';
219 219 <?php endforeach ?>
220 220 </ul>
221 221 </div>
  222 + <?= $this->flash->output(); ?>
222 223 </div>
223 224 </div>
224 225  
225   - <?= $this->flash->output(); ?>
226   -
227 226 <?= $this->getContent(); ?>
228 227  
229 228 </div>
... ...