]> git.mxchange.org Git - hub.git/blobdiff - application/hub/config.php
Started with index page for welcoming the user and ask him to start searching the...
[hub.git] / application / hub / config.php
index 2ad23e7c6ea51aa77163c56e00b7c122481f7672..027b4834887a17bffa2088f4fa4b8bdf27d3afcc 100644 (file)
@@ -1543,6 +1543,18 @@ $cfg->setConfigEntry('news_index_limit', 10);
 // CFG: HUB-INDEX-MENU-CLASS
 $cfg->setConfigEntry('hub_index_menu_class', 'HubIndexMenu');
 
+// CFG: HTML-FORM-HELPER
+$cfg->setConfigEntry('html_form_helper_class', 'HtmlFormHelper');
+
+// CFG: FORM-ACTION
+$cfg->setConfigEntry('form_action', 'index.php?app={?app_short_name?}&command=do_form');
+
+// CFG: FORM-METHOD
+$cfg->setConfigEntry('form_method', 'post');
+
+// CFG: FORM-TARGET
+$cfg->setConfigEntry('form_target', '_self');
+
 ///////////////////////////////////////////////////////////////////////////////
 //                           Virtual file system with FUSE                   //
 ///////////////////////////////////////////////////////////////////////////////