[TYPO3-dev] Disable left menu from backend.php and putting alternative menu

Steffen Kamper steffen at sk-typo3.de
Thu Mar 13 19:40:14 CET 2008


"Tapio Markula" <tapio.markula at xetpoint.fi> schrieb im Newsbeitrag 
news:mailman.1.1205431281.10966.typo3-dev at lists.netfielders.de...
> Hi
>
> It would be nice to be able to disable left side menu from
> backend.php, because it is possible to create new menu instead of that
> using
> // include extensions which may add css, javascript or toolbar items
> if(is_array($GLOBALS['TYPO3_CONF_VARS']['typo3/backend.php']['additionalBackendItems'])) 
> {
> foreach($GLOBALS['TYPO3_CONF_VARS']['typo3/backend.php']['additionalBackendItems'] 
> as $additionalBackendItem) {
> include_once($additionalBackendItem);
> }
>
>
>
> I tried to add menu from tm_topapps
>
>

you use wrong technique. I said to you look to extdeveval or opendocs. The 
included file has to use the defined interface so it has defined structure 
and methods.

vg  STeffen 






More information about the TYPO3-dev mailing list