diff --git a/search404.variable.inc b/search404.variable.inc
index 988a84a..97a5727 100644
--- a/search404.variable.inc
+++ b/search404.variable.inc
@@ -20,7 +20,17 @@ function search404_variable_info($options) {
     'localize' => TRUE,
     'multidomain' => TRUE,
   );
-
+  $variables['search404_custom_search_path'] = array(
+    'type' => 'string',
+     'title' => t('Custom path', array(), $options),
+     'default' => '',
+    'description' => t('path you can enter '
+       . 'which will be redirected to the custom search page.', array(), $options),
+     'required' => FALSE,
+     'group' => 'search404',
+     'localize' => TRUE,
+     'multidomain' => TRUE,
+   );
   $variables['search404_page_text'] = array(
     'type' => 'string',
     'title' => t('Custom page text', array(), $options),
