hello – one more question to simple cms plugin:
i did some changes in the php array – they all work, except for the item "Formular" (this sidebar item was created by the plugin "Contact Form 7" (Version 2.4.2 | by Takayuki Miyoshi)
[code:fh3qyivq]global $menu;
/* List of items to remove */
$restricted = array(
__( ‘Dashboard’ ),
__( ‘Posts’ ),
__( ‘Links’ ),
__( ‘Appearance’ ),
__( ‘Tools’ ),
__( ‘Settings’ ),
__( ‘Comments’ ),
__( ‘Plugins’ ),
__( ‘Formular’ ),
__( ‘Banners’ ),
__( ‘Boxes’ )
);[/code:fh3qyivq]
items for "banners" and "boxes" are hidden but not the "Formular" item.
array changes i did:
[code:fh3qyivq] __( ‘Formular’ ),
__( ‘Banners’ ),
__( ‘Boxes’ )[/code:fh3qyivq]