Commit 9751cff6ab7e9993252357aaf6ce65f0ebec489d

Authored by Jean Wasilewski
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 19 <?php require_once("menu.php");?>
20 20 </div>
21 21 <div class="col-md-9">
22   -<?php require_once("news.php");?>
  22 +<?php require_once("agenda.php");?>
23 23 </div>
24 24 </div>
25 25 </body>
... ...