fix BackenModule
This commit is contained in:
parent
d4aafb186f
commit
78a97b83c4
@ -43,10 +43,7 @@ $GLOBALS['TL_HOOKS']['parseTemplate'][] = array('cgoIT\rateit\RateItArt
|
||||
*/
|
||||
array_insert($GLOBALS['BE_MOD']['content'], -1,
|
||||
array('rateit' => array (
|
||||
'callback' => 'cgoIT\rateit\RateItBackendModule',
|
||||
'icon' => RateItBackend::image('icon'),
|
||||
'stylesheet' => RateItBackend::css('backend'),
|
||||
'javascript' => RateItBackend::js('RateItBackend')
|
||||
'callback' => 'cgoIT\rateit\RateItBackendModule'
|
||||
)
|
||||
));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user