diff --git a/day.php b/day.php index e5bf648..42866c4 100644 --- a/day.php +++ b/day.php @@ -28,7 +28,7 @@ $date = strtotime(htmlspecialchars($_GET['date'])); foreach ($ret as $row) { echo "
\n"; - echo "

".$row['event_titre']."

\n"; + echo "

".$row['event_title']."

\n"; echo "
".date('H:i',strtotime($row['event_dtstart']))." - ".date('H:i',strtotime($row['event_dtend'])).". ".$row['event_localisation']."
\n"; echo "
".$row['event_description'] ."
\n
En savoir +
\n
\n"; } diff --git a/event.php b/event.php index 75d3d5e..f761b73 100755 --- a/event.php +++ b/event.php @@ -16,7 +16,7 @@ $dtend = strtotime($event['event_dtend']); - KiWi calendar : <?php echo $event["event_titre"]; ?> + KiWi calendar : <?php echo $event["event_title"]; ?> @@ -30,7 +30,7 @@ $dtend = strtotime($event['event_dtend']);
-

+

Date et lieu