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_insert($GLOBALS['BE_MOD']['content'], -1,
|
||||||
array('rateit' => array (
|
array('rateit' => array (
|
||||||
'callback' => 'cgoIT\rateit\RateItBackendModule',
|
'callback' => 'cgoIT\rateit\RateItBackendModule'
|
||||||
'icon' => RateItBackend::image('icon'),
|
|
||||||
'stylesheet' => RateItBackend::css('backend'),
|
|
||||||
'javascript' => RateItBackend::js('RateItBackend')
|
|
||||||
)
|
)
|
||||||
));
|
));
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user