Commit 1d44f3b5dbf476e7579402e8841ed1f576a74715
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,11 +219,10 @@ $page_title = isset( $page_title ) && !empty( $page_title ) ? $page_title : ''; | ||
219 | <?php endforeach ?> | 219 | <?php endforeach ?> |
220 | </ul> | 220 | </ul> |
221 | </div> | 221 | </div> |
222 | + <?= $this->flash->output(); ?> | ||
222 | </div> | 223 | </div> |
223 | </div> | 224 | </div> |
224 | 225 | ||
225 | - <?= $this->flash->output(); ?> | ||
226 | - | ||
227 | <?= $this->getContent(); ?> | 226 | <?= $this->getContent(); ?> |
228 | 227 | ||
229 | </div> | 228 | </div> |