Changes in tags table structure, tags related security areas added.
[fa-stable.git] / includes / page / footer.inc
index da53a925c1e93e63cdafa7b45aa078d10142f5d0..90c951c19bb46e60327b4bf3c8ac5831056c93b1 100644 (file)
 ***********************************************************************/
 function page_footer($no_menu=false, $is_index=false)
 {
-       global $path_to_root, $js_lib, $Validate, $Editors;
-
-       if (in_ajax())
-               return;// just for speed up
+       global $path_to_root, $js_lib, $Validate, $Editors, $Ajax;
 
        if (!$is_index && function_exists('hyperlink_back'))
                hyperlink_back();
@@ -22,10 +19,13 @@ function page_footer($no_menu=false, $is_index=false)
        $rend = new renderer();
        $rend->menu_footer($no_menu, $is_index);
 
+       $edits = "editors = ".$Ajax->php2js($Editors).";";
+       $Ajax->addScript('editors', $edits);
+
        echo "<script>
                _focus = '" . get_post('_focus') . "';
-               _validate = " . JsHttpRequest::php2js($Validate).";
-               var editors = ".JsHttpRequest::php2js($Editors).";
+               _validate = " . $Ajax->php2js($Validate).";
+               var $edits
        </script>";
 
        add_user_js_data();