diff --git includes/faq-questions-top.tpl.php includes/faq-questions-top.tpl.php
index ce692a7..62eef76 100644
--- includes/faq-questions-top.tpl.php
+++ includes/faq-questions-top.tpl.php
@@ -48,7 +48,9 @@
   <?php print $answer_label; ?>
   </strong>
   <?php print $answers[$key]['body']; ?>
-  <?php print $answers[$key]['links']; ?>
+  <?php if (isset($answers[$key]['links'])): ?>
+    <?php print $answers[$key]['links']; ?>
+  <?php endif; ?>
   </div> <!-- Close div: faq-answer -->
   <?php // Increment $key to move on to the next position. ?>
   <?php $key++; ?>
