function __construct(&$oConfig, &$oDb)
 {
     parent::__construct($oConfig, $oDb);
     $this->_sPageIcon = 'facebook';
 }
 function __construct(&$oConfig, &$oDb)
 {
     parent::__construct($oConfig, $oDb);
     $this->_sPageIcon = 'sign-in';
 }
 function BxDolphConTemplate(&$oConfig, &$oDb)
 {
     parent::BxDolConnectTemplate($oConfig, $oDb);
     $this->_sPageIcon = 'sign-in';
 }
 function BxFaceBookConnectTemplate(&$oConfig, &$oDb)
 {
     parent::BxDolConnectTemplate($oConfig, $oDb);
     $this->_sPageIcon = 'facebook';
 }