summaryrefslogtreecommitdiffstats
path: root/src/search_functions.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/search_functions.php')
-rw-r--r--src/search_functions.php16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/search_functions.php b/src/search_functions.php
index 10dabf2..f5c3688 100644
--- a/src/search_functions.php
+++ b/src/search_functions.php
@@ -17,14 +17,14 @@ function end_form($value)
function end_page()
{
- global $config;
- global $translator;
- if ($config['GENERATE_TREEVIEW'])
- {
- echo "</div>\n<div id=\"nav-path\" class=\"navpath\">\n <ul>\n <li class=\"footer\">";
- echo $translator['logo'];
- echo "</li>\n </ul>\n</div>";
- }
+ //global $config;
+ //global $translator;
+ //if ($config['GENERATE_TREEVIEW'])
+ //{
+ // echo "</div>\n<div id=\"nav-path\" class=\"navpath\">\n <ul>\n <li class=\"footer\">";
+ // echo $translator['logo'];
+ // echo "</li>\n </ul>\n</div>";
+ //}
echo "</body></html>";
}