Bug #23756 ยป 16023_deprecate_old_backend.patch
typo3/alt_palette.php (Arbeitskopie) | ||
---|---|---|
* 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.');
|
||
typo3/alt_topmenu_dummy.php (Arbeitskopie) | ||
---|---|---|
* 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.
|
||
*/
|
||
... | ... | |
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.
|
typo3/alt_toplogo.php (Arbeitskopie) | ||
---|---|---|
* 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
|
||
*
|
typo3/alt_menu.php (Arbeitskopie) | ||
---|---|---|
* 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.
|
||
*/
|
||
... | ... | |
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.');
|
||
typo3/alt_menu_sel.php (Arbeitskopie) | ||
---|---|---|
* 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_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.');
|
||