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
\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 :
+ KiWi calendar :
@@ -30,7 +30,7 @@ $dtend = strtotime($event['event_dtend']);