| Current Path : /home/n/i/c/nicedoo/www/wp-content/plugins/nextend-facebook-connect/providers/github/ |
| Current File : /home/n/i/c/nicedoo/www/wp-content/plugins/nextend-facebook-connect/providers/github/github.php |
<?php
class NextendSocialProviderGitHub extends NextendSocialProviderDummy {
protected $color = '#24292e';
public function __construct() {
$this->id = 'github';
$this->label = 'GitHub';
$this->path = dirname(__FILE__);
}
}
NextendSocialLogin::addProvider(new NextendSocialProviderGitHub());