From 7c0a773abf43c6e971d81740d28373803fbf7530 Mon Sep 17 00:00:00 2001
From: Silvio <silvio@socioambiental.org>
Date: Mon, 18 Nov 2013 15:24:55 -0200
Subject: Output when there's no content

---
 jquery_drawer.module | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/jquery_drawer.module b/jquery_drawer.module
index 1f0ea47..ab33aef 100644
--- a/jquery_drawer.module
+++ b/jquery_drawer.module
@@ -194,6 +194,9 @@ function jquery_drawer_page($tid = NULL) {
         $output .= taxonomy_node_tree_list($term, 'jquery_drawer', 'hidden', $base);
       }
     }
+    else {
+      $output .= t('No content exists for this topic yet.');
+    }
   }
 
   $output .= '</ul></li>';
-- 
cgit v1.2.3