Removing a lot of old system variables from BSApp
[isso.git] / PrinterNavigation.php
index a22d8b229844fa20a260a495e2b4b934fd0e8a3a..e5dae90c9102cc643bfa45a9cf14a7fa79da67e8 100644 (file)
@@ -177,7 +177,7 @@ class BSPrinterNavigation
                }
                
                $output .= "\n" . '<div id="toplinks">';
-               $output .= "\n\t" . '<div>' . BSApp::get_application() . ' ' . BSPrinter::get_realm() . '</div>';
+               $output .= "\n\t" . '<div>' . BSPrinter::get_realm() . '</div>';
                $output .= "\n\t" . '<div id="toplinks-links">' . implode(' &bull; ', $output2) . '</div>';
                $output .= "\n" . '</div>';