From c2ad338dc922b416f2f8b271017028e4e61488a0 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Thu, 13 Apr 2006 00:53:50 +0000 Subject: [PATCH] Run the generate_footer_html() function --- printer.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/printer.php b/printer.php index b1fbb03..e866e1b 100644 --- a/printer.php +++ b/printer.php @@ -463,6 +463,11 @@ JS; exit; } + if ($this->registry->is_loaded('printer_navigation') AND (!defined('ISSO_PRINTER_NO_NAVIGATION') OR (defined('ISSO_PRINTER_NO_NAVIGATION') AND constant('ISSO_PRINTER_NO_NAVIGATION') != true))) + { + echo $this->registry->modules['printer_navigation']->generate_footer_html(); + } + $copyright = "\n
\n

\n\t" . $this->registry->get('application') . ' ' . $this->registry->get('appversion') . ", ©2002 - " . date('Y') . " Iris Studios, Inc.\n

"; if (!defined('ISSO_PRINTER_HIDE_SETUP')) -- 2.22.5