X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=includes%2Fpage%2Ffooter.inc;h=23318932abfc68376ad4f2f4d76043fb29b59f23;hb=c51f4515e92fc251aa51b7809d4514161655fa37;hp=90c951c19bb46e60327b4bf3c8ac5831056c93b1;hpb=ebc600101ceab69c06eac4b1bd4d1782af45de05;p=fa-stable.git diff --git a/includes/page/footer.inc b/includes/page/footer.inc index 90c951c1..23318932 100644 --- a/includes/page/footer.inc +++ b/includes/page/footer.inc @@ -9,12 +9,10 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the License here . ***********************************************************************/ -function page_footer($no_menu=false, $is_index=false) +function page_footer($no_menu=false, $is_index=false, $hide_back_link=false) { global $path_to_root, $js_lib, $Validate, $Editors, $Ajax; - if (!$is_index && function_exists('hyperlink_back')) - hyperlink_back(); include_once($path_to_root."/themes/".user_theme()."/renderer.php"); $rend = new renderer(); $rend->menu_footer($no_menu, $is_index);