API CHANGE Removed LeftAndMain->setLogo(), use CSS instead

This commit is contained in:
Ingo Schommer 2011-03-31 16:51:10 +13:00
parent cfaec05141
commit a423bd4e04

View File

@ -1070,8 +1070,6 @@ class LeftAndMain extends Controller {
/**
* @param String $name
* @param String $logoText
* @param String $link (Optional)
*/
static function setApplicationName($name) {
self::$application_name = $name;
@ -1097,23 +1095,6 @@ class LeftAndMain extends Controller {
}
}
/**
* The application logo path. Customisable by calling
* LeftAndMain::setLogo() - the first parameter.
*
* @var unknown_type
*/
static $application_logo = 'sapphire/admin/images/mainmenu/logo.gif';
/**
* Set the CMS application logo.
*
* @param String $logo Relative path to the logo
*/
static function setLogo($logo) {
self::$application_logo = $logo;
}
/**
* Return the base directory of the tiny_mce codebase
*/