Index: typo3/alt_palette.php =================================================================== --- typo3/alt_palette.php (Revision 7429) +++ typo3/alt_palette.php (Arbeitskopie) @@ -54,15 +54,16 @@ * TOTAL FUNCTIONS: 5 * (This index is automatically created/updated by the extension "extdeveval") * + * @deprecated since TYPO3 4.5, this file will be removed in TYPO3 4.7. The TYPO3 backend is using typo3/backend.php with less frames, which makes this file obsolete. */ - require('init.php'); require('template.php'); $LANG->includeLLFile('EXT:lang/locallang_alt_doc.xml'); +t3lib_div::deprecationLog('alt_palette.php is deprecated since TYPO3 4.5, this file will be removed in TYPO3 4.7. The TYPO3 backend is using typo3/backend.php with less frames, which makes this file obsolete.'); Index: typo3/alt_topmenu_dummy.php =================================================================== --- typo3/alt_topmenu_dummy.php (Revision 7429) +++ typo3/alt_topmenu_dummy.php (Arbeitskopie) @@ -50,6 +50,7 @@ * TOTAL FUNCTIONS: 3 * (This index is automatically created/updated by the extension "extdeveval") * + * @deprecated since TYPO3 4.5, this file will be removed in TYPO3 4.7. The TYPO3 backend is using typo3/backend.php with less frames, which makes this file obsolete. */ @@ -58,9 +59,11 @@ require_once ('class.alt_menu_functions.inc'); +t3lib_div::deprecationLog('alt_topmenu_dummy.php is deprecated since TYPO3 4.5, this file will be removed in TYPO3 4.7. The TYPO3 backend is using typo3/backend.php with less frames, which makes this file obsolete.'); + /** * Script Class for rendering the topframe dummy view. * In the case where TYPO3 backend is configured to show the menu in the top frame this class will render the horizontal line of module icons in the top frame. Index: typo3/alt_toplogo.php =================================================================== --- typo3/alt_toplogo.php (Revision 7429) +++ typo3/alt_toplogo.php (Arbeitskopie) @@ -46,17 +46,18 @@ * TOTAL FUNCTIONS: 2 * (This index is automatically created/updated by the extension "extdeveval") * + * @deprecated since TYPO3 4.5, this file will be removed in TYPO3 4.7. The TYPO3 backend is using typo3/backend.php with less frames, which makes this file obsolete. */ - - require ('init.php'); require ('template.php'); require ('classes/class.typo3logo.php'); +t3lib_div::deprecationLog('alt_toplogo.php is deprecated since TYPO3 4.5, this file will be removed in TYPO3 4.7. The TYPO3 backend is using typo3/backend.php with less frames, which makes this file obsolete.'); + /** * Script Class for rendering of the logo frame content in upper left corner of the TYPO3 backend frameset * Index: typo3/alt_menu.php =================================================================== --- typo3/alt_menu.php (Revision 7429) +++ typo3/alt_menu.php (Arbeitskopie) @@ -47,6 +47,7 @@ * TOTAL FUNCTIONS: 3 * (This index is automatically created/updated by the extension "extdeveval") * + * @deprecated since TYPO3 4.5, this file will be removed in TYPO3 4.7. The TYPO3 backend is using typo3/backend.php with less frames, which makes this file obsolete. */ @@ -55,6 +56,7 @@ require_once ('class.alt_menu_functions.inc'); +t3lib_div::deprecationLog('alt_palette.php is deprecated since TYPO3 4.5, this file will be removed in TYPO3 4.7. The TYPO3 backend is using typo3/backend.php with less frames, which makes this file obsolete.'); Index: typo3/alt_menu_sel.php =================================================================== --- typo3/alt_menu_sel.php (Revision 7429) +++ typo3/alt_menu_sel.php (Arbeitskopie) @@ -47,6 +47,7 @@ * TOTAL FUNCTIONS: 2 * (This index is automatically created/updated by the extension "extdeveval") * + * @deprecated since TYPO3 4.5, this file will be removed in TYPO3 4.7. The TYPO3 backend is using typo3/backend.php with less frames, which makes this file obsolete. */ @@ -55,6 +56,7 @@ require_once ('class.alt_menu_functions.inc'); +t3lib_div::deprecationLog('alt_menu_sel.php is deprecated since TYPO3 4.5, this file will be removed in TYPO3 4.7. The TYPO3 backend is using typo3/backend.php with less frames, which makes this file obsolete.');