Fixed a layout bug in footer.inc
authorJoe Hunt <joe.hunt.consulting@gmail.com>
Sat, 7 Jun 2008 15:56:11 +0000 (15:56 +0000)
committerJoe Hunt <joe.hunt.consulting@gmail.com>
Sat, 7 Jun 2008 15:56:11 +0000 (15:56 +0000)
CHANGELOG.txt
includes/page/footer.inc

index e432679e650407a3a3a7ef81e658c1113f6af9ad..7f3f6fe4d5bb33a3100d602671f4ad18670c9e23 100644 (file)
@@ -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
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();