init
This commit is contained in:
commit
12745669ab
5 changed files with 98 additions and 0 deletions
14
news.php
Normal file
14
news.php
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
<?php
|
||||
|
||||
$currentPage = 'news.php';
|
||||
$pageTitle = 'Actualités';
|
||||
|
||||
require __DIR__.'/elements/header.php';
|
||||
|
||||
?>
|
||||
|
||||
<p>La page d'actu</p>
|
||||
|
||||
<?php
|
||||
|
||||
require __DIR__.'/elements/footer.php';
|
||||
Loading…
Add table
Add a link
Reference in a new issue