', '' ) ?>
array("name" => __('Buttons', 'maxbuttons'),
"link" => "page=maxbuttons-controller&action=list",
"active" => "maxbuttons-controller", ),
"collection" => array("name" => __('Social Share','maxbuttons'),
"link" => "page=maxbuttons-collections",
"active" => "maxbuttons-collections",
),
"pro" => array( "name" => __('Upgrade to Pro', 'maxbuttons'),
"link" => "page=maxbuttons-pro",
"active" => "maxbuttons-pro",
),
"settings" => array("name" => __('Settings', 'maxbuttons'),
"link" => "page=maxbuttons-settings",
"active" => "maxbuttons-settings",
"userlevel" => 'manage_options' ),
"support" => array("name" => __('Support', 'maxbuttons'),
"link" => "page=maxbuttons-support",
"active" => "maxbuttons-support",
"userlevel" => 'manage_options'
)
);
}
public static function tab_menu()
{
self::tab_items_init();
?>