Fixed multiply sales document view link generation.
[fa-stable.git] / includes / page / footer.inc
index d597ab3bc11e60bd138ec95bd233e4adcf86c8cb..7528b7bfd76b3131e6589ad5c10736722604728c 100644 (file)
@@ -7,7 +7,7 @@ function page_footer($no_menu=false, $is_index=false)
        if (in_ajax())
                return;// just for speed up
 
-       if (function_exists('hyperlink_back'))
+       if (!$is_index && function_exists('hyperlink_back'))
                hyperlink_back();
        include_once($path_to_root."/themes/".user_theme()."/renderer.php");
        $rend = new renderer();