From: Joe Hunt Date: Sat, 7 Jun 2008 15:56:11 +0000 (+0000) Subject: Fixed a layout bug in footer.inc X-Git-Tag: v2.4.2~19^2~2035 X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=commitdiff_plain;h=59233fde6a6ea38e17c1ce5b089cb0b798a98e2d;p=fa-stable.git Fixed a layout bug in footer.inc --- diff --git a/CHANGELOG.txt b/CHANGELOG.txt index e432679e..7f3f6fe4 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -19,6 +19,10 @@ Legend: ! -> Note $ -> Affected files +07-Jun-2008 Joe Hunt +# Fixed a layout bug in footer.inc +$ /includes/page/footer.inc + 07-Jun-2008 Joe Hunt ! Changed install.html and update.html $ install.html diff --git a/includes/page/footer.inc b/includes/page/footer.inc index d597ab3b..7528b7bf 100644 --- a/includes/page/footer.inc +++ b/includes/page/footer.inc @@ -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();