From 449da7c3b6cfc85eec3728269c6eaea557d383da Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Sat, 1 Apr 2006 05:46:23 +0000 Subject: [PATCH] is_loaded() takes lowercase --- printer.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/printer.php b/printer.php index bf605c8..ececd6a 100644 --- a/printer.php +++ b/printer.php @@ -310,9 +310,9 @@ JS; echo "
\n\n\n"; - 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))) + 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_head_html(); + echo $this->registry->modules['printer_navigation']->generate_header_html(); } if (!defined('ISSO_PRINTER_DONE_HEADER')) -- 2.22.5