Index: typo3/backend.php =================================================================== --- typo3/backend.php (revision 9232) +++ typo3/backend.php (revision ) @@ -590,29 +590,6 @@ } /** - * generates the code for the TYPO3 logo, either the default TYPO3 logo or a custom one - * - * @return string HTML code snippet to display the TYPO3 logo - */ - protected function getLogo() { - $logo = ''. - ''. - ''; - - // overwrite with custom logo - if($GLOBALS['TBE_STYLES']['logo']) { - if(substr($GLOBALS['TBE_STYLES']['logo'], 0, 3) == '../') { - $imgInfo = @getimagesize(PATH_site.substr($GLOBALS['TBE_STYLES']['logo'], 3)); - } - $logo = ''. - ''. - ''; - } - - return $logo; - } - - /** * adds a javascript snippet to the backend * * @param string javascript snippet