diff --git a/includes/faq.new_page.inc b/includes/faq.new_page.inc
index 40f78ac..98b9652 100644
--- a/includes/faq.new_page.inc
+++ b/includes/faq.new_page.inc
@@ -39,6 +39,7 @@ function template_preprocess_faq_category_new_page(&$variables) {
   $term = $variables['term'];
   $parent_term = $variables['parent_term'];
   $class = $variables['class'];
+  $this_page = $_GET['q'];
 
   // Fetch configuration.
   $display_faq_count = variable_get('faq_count', FALSE);
