Revision 3043,
678 bytes
checked in by Moe, 12 years ago
(diff) |
Admin Example 0.2:
- Dotclear 2.3:
- added behaviours and images for the new dashboard
- added required field
|
-
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 | # Icons by http://dryicons.com |
---|
11 | # |
---|
12 | # ***** END LICENSE BLOCK ***** |
---|
13 | |
---|
14 | if (!defined('DC_RC_PATH')) {return;} |
---|
15 | |
---|
16 | $this->registerModule( |
---|
17 | /* Name */ 'Admin Example', |
---|
18 | /* Description */ 'Admin Example', |
---|
19 | /* Author */ 'Dotclear Documentation', |
---|
20 | /* Version */ '0.2', |
---|
21 | /* Permissions */ 'usage,contentadmin' |
---|
22 | ); |
---|
23 | ?> |
---|
Note: See
TracBrowser
for help on using the repository browser.