Browse Source

small bugfix

master
n0m1s 10 years ago
parent
commit
8c7e121d94
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      event.php

+ 1
- 1
event.php View File

@ -29,7 +29,7 @@
<a href="./index.php"><img class="rightLogo" alt="logo Kiwi" src="./images/KiWiCalendar.png" /></a>
</header>
<div id="descEvent">
<h1><?php echo $event["event_title"]; ?></h1>
<h1><?php echo $event["event_titre"]; ?></h1>
<h2>Date et lieu</h2>
<div id="dateheure">


Loading…
Cancel
Save