Dotclear

source: plugins/socialLogin/_admin.php @ 3102

Revision 3102, 465 bytes checked in by nicofrand, 11 years ago (diff)

Version 1.0: Initial commit

Line 
1<?php
2/**
3 * This file is part of socialLogin, a plugin for Dotclear.
4 *
5 * @author Nicolas Frandeboeuf <nicofrand@gmail.com>
6 * @version 1.0
7 * @package socialLogin
8 * Licensed under the GPL version 3 license.
9 * http://www.gnu.org/licenses/gpl-3.0.html
10 */
11if (!defined('DC_CONTEXT_ADMIN'))
12    return;
13
14require_once(dirname(__FILE__) . "/inc/class.SocialLoginWidget.php");
15$core->addBehavior("initWidgets", array("SocialLoginWidget", "init"));
16?>
Note: See TracBrowser for help on using the repository browser.

Sites map