diff --git a/conferences/index.php b/conferences/index.php
index 1bb5cdc55b..64a2239e3c 100644
--- a/conferences/index.php
+++ b/conferences/index.php
@@ -35,7 +35,11 @@
$content .= '
';
$content .= '
';
$content .= '
';
- $content .= sprintf('

', $entry["newsImage"]["link"], $entry["newsImage"]["content"]);
+
+ if (isset($entry["newsImage"])) {
+ $content .= sprintf('

', $entry["newsImage"]["link"], $entry["newsImage"]["content"]);
+ }
+
$content .= '
';
$content .= '
';
$content .= $entry["content"];