Removing a lot of old system variables from BSApp
authorRobert Sesek <rsesek@bluestatic.org>
Sun, 13 Jan 2008 20:43:26 +0000 (12:43 -0800)
committerRobert Sesek <rsesek@bluestatic.org>
Sun, 13 Jan 2008 20:43:26 +0000 (12:43 -0800)
commit4a60b5bab4a61e0053ef8dbd47d93bb7ee49e2ce
treed1d6357480170a8a975608f9b4ab0ed3e91e410c
parent9a81ed5f8cc7869b48390549b3306f4a497c5d53
Removing a lot of old system variables from BSApp

* App.php: Removed BSApp->application, BSApp->appPath, BSApp->appVersion, BSApp->webPath
(BSApp::set_application): Removed
(BSApp::get_application): Removed
(BSApp::set_app_path): Removed
(BSApp::get_app_path): Removed
(BSApp::set_app_version): Removed
(BSApp::get_app_version): Removed
(BSApp::set_web_path): Removed
(BSApp::get_web_path): Removed
* Printer.php: Add BSPrinter->copyright to store copyright information for the footer of pages
(BSPrinter::get_copyright): New method
(BSPrinter::set_copyright): New method
* PrinterNavigation.php: BSPrinter->realm is now the only component used for titles
(BSPrinterNavigation::constructHeaderHtml): Now uses only the realm
* PrinterRootElementPage.php: Again, only use BSPrinter->realm
(BSPrinterRootElementPage::paint): Switch to using only the realm in the title and using BSPrinter->copyright in the footer
App.php
Printer.php
PrinterNavigation.php
PrinterRootElementPage.php