Revision 3247,
1.1 KB
checked in by JcDenis, 10 years ago
(diff) |
Switch to Dotclear 2.6, Add dashboard icon, Clean up code
|
Line | |
---|
1 | <?php |
---|
2 | # -- BEGIN LICENSE BLOCK ---------------------------------- |
---|
3 | # |
---|
4 | # This file is part of cinecturlink2, a plugin for Dotclear 2. |
---|
5 | # |
---|
6 | # Copyright (c) 2009-2013 Jean-Christian Denis and contributors |
---|
7 | # contact@jcdenis.fr http://jcd.lv |
---|
8 | # |
---|
9 | # Licensed under the GPL version 2.0 license. |
---|
10 | # A copy of this license is available in LICENSE file or at |
---|
11 | # http://www.gnu.org/licenses/old-licenses/gpl-2.0.html |
---|
12 | # |
---|
13 | # -- END LICENSE BLOCK ------------------------------------ |
---|
14 | |
---|
15 | /* |
---|
16 | * Taken from cinecturlink for Dotclear 1 |
---|
17 | * By Tigroux and Brol |
---|
18 | * Under GNU GPL 2.0 license |
---|
19 | */ |
---|
20 | |
---|
21 | if (!defined('DC_RC_PATH')) { |
---|
22 | |
---|
23 | return null; |
---|
24 | } |
---|
25 | |
---|
26 | $this->registerModule( |
---|
27 | /* Name */ |
---|
28 | "Cinecturlink 2", |
---|
29 | /* Description*/ |
---|
30 | "Widgets and pages about books, musics, films, blogs you are interested in", |
---|
31 | /* Author */ |
---|
32 | "Jean-Christian Denis", |
---|
33 | /* Version */ |
---|
34 | '0.7', |
---|
35 | /* Properties */ |
---|
36 | array( |
---|
37 | 'permissions' => 'contentadmin', |
---|
38 | 'type' => 'plugin', |
---|
39 | 'dc_min' => '2.6', |
---|
40 | 'support' => 'http://jcd.lv/q=cinecturlink2', |
---|
41 | 'details' => 'http://plugins.dotaddict.org/dc2/details/cinecturlink2' |
---|
42 | ) |
---|
43 | ); |
---|
Note: See
TracBrowser
for help on using the repository browser.