[TYPO3-mvc] Seperate fluid templates for backend module
Andy Grunwald [wmdb]
andy_grunwald at arcor.de
Tue Mar 30 07:45:43 CEST 2010
>
> Hey,
>
> Have u set the Controller with the action name in the ext_tables.php ?
>
> For example something like this:
>
> Tx_Extbase_Utility_Extension::registerModule(
> $_EXTKEY,
> 'web',
> 'web'
> '',
> '',
> array(
> 'ControllerName=>'actionName',
> ),
> array(
> 'access' => 'user,group',
> 'icon' => '',
> 'labels' => 'LLL:EXT:' . $_EXTKEY .
> '/Resources/Private/Language/locallang_mod.xml',
> )
> );
>
> Greetings
> Pascal
Yes. Without theese lines, the module isn`t shown in the backend.
My module is not in the web-toolbar. My module is in the tools-toolbar.
But this is not the point. This is not only for my extension. This is
for the original blog_example, too.
Have a nice day.
Andy
More information about the TYPO3-project-typo3v4mvc
mailing list