From 0db640a4ee4832240655e75eaf9ef5177226c070 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Wed, 26 Jul 2006 23:39:49 +0000 Subject: [PATCH] Changing the footer URL --- printer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/printer.php b/printer.php index f71c9a9..97b2e19 100644 --- a/printer.php +++ b/printer.php @@ -468,7 +468,7 @@ JS; 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') . " Blue Static\n

"; + $copyright = "\n
\n

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

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