From 501c40488b8ded3680854324bc77e995dc09a4e0 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Sun, 23 Oct 2005 01:07:03 +0000 Subject: [PATCH] application not appname --- printer.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/printer.php b/printer.php index 7c7f468..0a873ec 100644 --- a/printer.php +++ b/printer.php @@ -135,7 +135,7 @@ EOD; return; } - $title = sprintf($this->registry->modules['localize']->string('%1$s - %2$s - %3$s'), $this->registry->appname, $this->realm, $actiontitle); + $title = sprintf($this->registry->modules['localize']->string('%1$s - %2$s - %3$s'), $this->registry->application, $this->realm, $actiontitle); echo "\n"; echo "\n"; @@ -202,7 +202,7 @@ EOD; */ function page_end() { - $copyright = "\n
\n

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

"; + $copyright = "\n
\n

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

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