Commit 9751cff6ab7e9993252357aaf6ce65f0ebec489d
1 parent
21eae931
Added agenda.php while news is not done
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
index.php
@@ -19,7 +19,7 @@ | @@ -19,7 +19,7 @@ | ||
19 | <?php require_once("menu.php");?> | 19 | <?php require_once("menu.php");?> |
20 | </div> | 20 | </div> |
21 | <div class="col-md-9"> | 21 | <div class="col-md-9"> |
22 | -<?php require_once("news.php");?> | 22 | +<?php require_once("agenda.php");?> |
23 | </div> | 23 | </div> |
24 | </div> | 24 | </div> |
25 | </body> | 25 | </body> |