GITLAB
LeClubInfo
/
crep
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Issues
0
Merge Requests
0
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
9751cff6ab7e9993252357aaf6ce65f0ebec489d
Authored by
Jean Wasilewski
2014-10-22 12:41:00 +0200
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
Inline
Side-by-side
index.php
Wrap text
Show/Hide comments
View file @
9751cff
...
...
@@ -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>
...
...