Placing a print link in all view windows (without menus)
[fa-stable.git] / includes / main.inc
index 0a63e397571a00555979716730d367f832848a52..016102a58325c28800694fff05a919fd103cd1a5 100644 (file)
@@ -53,7 +53,7 @@ function end_page($no_menu=false, $is_index=false, $hide_back_link=false)
        global $path_to_root;
 
        if (!$is_index && !$hide_back_link && function_exists('hyperlink_back'))
-               hyperlink_back();
+               hyperlink_back(true, $no_menu);
        div_end();      // end of _page_body section
 
        include($path_to_root . "/includes/page/footer.inc");