Run the generate_footer_html() function
authorRobert Sesek <rsesek@bluestatic.org>
Thu, 13 Apr 2006 00:53:50 +0000 (00:53 +0000)
committerRobert Sesek <rsesek@bluestatic.org>
Thu, 13 Apr 2006 00:53:50 +0000 (00:53 +0000)
printer.php

index b1fbb034ab08e1c4789389433ddde13367737365..e866e1bd16270ed7dc42309fa43d72234345cd62 100644 (file)
@@ -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<br />\n<p align=\"center\" class=\"copyright\">\n\t<a href=\"http://www.iris-studios.com\" target=\"_blank\">" . $this->registry->get('application') . ' ' . $this->registry->get('appversion') . ", &copy;2002 - " . date('Y') . " Iris Studios, Inc.</a>\n</p>";
                                
                if (!defined('ISSO_PRINTER_HIDE_SETUP'))