Revision 3099,
393 bytes
checked in by nicofrand, 11 years ago
(diff) |
Version 1.0.1: bugfixes and phpdoc
|
Line | |
---|
1 | <?php |
---|
2 | /** |
---|
3 | * @author Nicolas Frandeboeuf <nicofrand@gmail.com> |
---|
4 | * @version 1.0.1 |
---|
5 | * @package feed2img |
---|
6 | */ |
---|
7 | |
---|
8 | if (!defined("DC_RC_PATH")) |
---|
9 | return; |
---|
10 | |
---|
11 | $this->registerModule( |
---|
12 | /* Name */ "Feed to image", |
---|
13 | /* Description*/ "Selects the lasts entries and outputs an image", |
---|
14 | /* Author */ "Nicolas <nicofrand@gmail.com> Frandeboeuf", |
---|
15 | /* Version */ "1.0.1", |
---|
16 | /* Permissions */ "contentadmin" |
---|
17 | ); |
---|
18 | ?> |
---|
Note: See
TracBrowser
for help on using the repository browser.