Dotclear

source: plugins/socialLogin/_define.php @ 3102

Revision 3102, 591 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 2.5
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_RC_PATH'))
12    return;
13
14$this->registerModule(
15     /* Name */               "SocialLogin widget",
16     /* Description*/         "This widget will allow visitors to identify through social services",
17     /* Author */             "Nicolas <nicofrand> Frandeboeuf",
18     /* Version */            "1.0",
19     /* Permissions */        "usage,contentadmin"
20);
21?>
Note: See TracBrowser for help on using the repository browser.

Sites map