Revision 2705,
979 bytes
checked in by Moe, 13 years ago
(diff) |
TinyMCE 0.2.3: fixed bug with settings with Pages plugin (closes #505)
|
-
Property svn:executable set to
*
|
Line | |
---|
1 | <?php |
---|
2 | # ***** BEGIN LICENSE BLOCK ***** |
---|
3 | # |
---|
4 | # This file is part of TinyMCE, a plugin for Dotclear 2 |
---|
5 | # Copyright 2010 Moe (http://gniark.net/) |
---|
6 | # |
---|
7 | # TinyMCE is free software; you can redistribute it and/or |
---|
8 | # modify it under the terms of the GNU General Public License v2.0 |
---|
9 | # as published by the Free Software Foundation. |
---|
10 | # |
---|
11 | # TinyMCE is distributed in the hope that it will be useful, |
---|
12 | # but WITHOUT ANY WARRANTY; without even the implied warranty of |
---|
13 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
---|
14 | # GNU General Public License for more details. |
---|
15 | # |
---|
16 | # You should have received a copy of the GNU General Public |
---|
17 | # License along with this program. If not, see |
---|
18 | # <http://www.gnu.org/licenses/>. |
---|
19 | # |
---|
20 | # ***** END LICENSE BLOCK ***** |
---|
21 | |
---|
22 | if (!defined('DC_RC_PATH')) {return;} |
---|
23 | |
---|
24 | $this->registerModule( |
---|
25 | /* Name */ 'TinyMCE', |
---|
26 | /* Description */ 'TinyMCE editor', |
---|
27 | /* Author */ 'Moe (http://gniark.net/)', |
---|
28 | /* Version */ '0.2.3', |
---|
29 | /* Permissions */ 'usage,contentadmin' |
---|
30 | ); |
---|
31 | |
---|
32 | ?> |
---|
Note: See
TracBrowser
for help on using the repository browser.