Better color in data picker
[fa-stable.git] / includes / page / footer.inc
index d597ab3bc11e60bd138ec95bd233e4adcf86c8cb..2ce07a2947590d17668d0cffe02fa40e9141cabb 100644 (file)
@@ -1,5 +1,14 @@
 <?php
-
+/**********************************************************************
+    Copyright (C) FrontAccounting, LLC.
+       Released under the terms of the GNU General Public License, GPL, 
+       as published by the Free Software Foundation, either version 3 
+       of the License, or (at your option) any later version.
+    This program is distributed in the hope that it will be useful,
+    but WITHOUT ANY WARRANTY; without even the implied warranty of
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  
+    See the License here <http://www.gnu.org/licenses/gpl-3.0.html>.
+***********************************************************************/
 function page_footer($no_menu=false, $is_index=false)
 {
        global $path_to_root;
@@ -7,7 +16,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();