Added including javascript source from collecting arrays; conditional display for...
[fa-stable.git] / includes / page / footer.inc
index bb2759c6d7fc6ab93933a9a689735a9ee1f366c5..8f3db720db2aa8563fc4d4dd36ddade677c8ada3 100644 (file)
@@ -4,9 +4,11 @@ include_once($path_to_root . "/includes/date_functions.inc");
 
 function page_footer($no_menu=false, $is_index=false)
 {
-       global $local_path_to_root, $version, $allow_demo_mode;
+       global $version, $allow_demo_mode;
        global $app_title, $power_url, $power_by;
 
+       if (isset($_GET['ajax'])) return;
+
        if (function_exists('hyperlink_back'))
                hyperlink_back();
        if ($no_menu == false)