Fixing some things in the Printer system
[isso.git] / PrinterRootElementPage.php
index 14e622f1c354f1b5b11e583a54347b93761b2d4d..eb70ee016fbabddce1b1844b38b1b144132943ff 100644 (file)
@@ -80,7 +80,7 @@ class BSPrinterRootElementPage extends BSPrinterRootElement
         *
         * @param       BSPrinterNavigation Navigator
         */
-       public function setNavigation(BSPrinterNavigation $nav)
+       public function setNavigator(BSPrinterNavigation $nav)
        {
                $this->navigator = $nav;
        }
@@ -90,7 +90,7 @@ class BSPrinterRootElementPage extends BSPrinterRootElement
         *
         * @return      BSPrinterNavigation     Navigation object
         */
-       public function getNavigation()
+       public function getNavigatior()
        {
                return $this->navigatior;
        }
@@ -286,7 +286,7 @@ class BSPrinterRootElementPage extends BSPrinterRootElement
                
                echo "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\n";
                echo "<html xml:lang=\"" . $language['langcode'] . "\" lang=\"" . $language['langcode'] . "\" dir=\"" . $language['direction'] . "\">\n<head>";
-               echo "\n\t<title>" . BSPrinter::get_realm() . " - " $this->title . "</title>";
+               echo "\n\t<title>" . BSPrinter::get_realm() . " - " $this->title . "</title>";
                echo "\n\t<meta http-equiv=\"Content-Type\" content=\"text/html; charset=" . $language['charset'] . "\" />";
                echo "\n\t<link rel=\"stylesheet\" href=\"" . BSPrinter::get_stylesheet() . "\" />";
                echo "\n</head>\n<body>\n";