function __construct()
 {
     //		add_action( 'psts_settings_page', array( &$this, 'settings' ) );
     add_action('admin_menu', array(&$this, 'plug_page'), 99);
     self::$user_label = __('Premium Support', 'psts');
     self::$user_description = __('Include Premium direct to email support', 'psts');
 }