Revision 3032,
732 bytes
checked in by Moe, 12 years ago
(diff) |
Admin Example 0.1.2 :
- use new settings
- added code for required field of Dotclear 2.3
|
-
Property svn:executable set to
*
|
Line | |
---|
1 | <?php |
---|
2 | # ***** BEGIN LICENSE BLOCK ***** |
---|
3 | # |
---|
4 | # This program is free software. It comes without any warranty, to |
---|
5 | # the extent permitted by applicable law. You can redistribute it |
---|
6 | # and/or modify it under the terms of the Do What The Fuck You Want |
---|
7 | # To Public License, Version 2, as published by Sam Hocevar. See |
---|
8 | # http://sam.zoy.org/wtfpl/COPYING for more details. |
---|
9 | # |
---|
10 | # Icon (icon.png) is from Silk Icons : |
---|
11 | # http://www.famfamfam.com/lab/icons/silk/ |
---|
12 | # |
---|
13 | # ***** END LICENSE BLOCK ***** |
---|
14 | |
---|
15 | if (!defined('DC_RC_PATH')) {return;} |
---|
16 | |
---|
17 | $this->registerModule( |
---|
18 | /* Name */ 'Admin Example', |
---|
19 | /* Description */ 'Admin Example', |
---|
20 | /* Author */ 'Dotclear Documentation', |
---|
21 | /* Version */ '0.1.2', |
---|
22 | /* Permissions */ 'usage,contentadmin' |
---|
23 | ); |
---|
24 | ?> |
---|
Note: See
TracBrowser
for help on using the repository browser.