Revision 1704,
703 bytes
checked in by kozlika, 13 years ago
(diff) |
Spéciale cassededi pour Philippe le Rebelle histoire que je puisse corriger ses plougs.
|
Line | |
---|
1 | <?php |
---|
2 | # -- BEGIN LICENSE BLOCK ---------------------------------- |
---|
3 | # |
---|
4 | # This file is part of allBlogs, a plugin for Dotclear 2. |
---|
5 | # |
---|
6 | # Copyright (c) 2009 Philippe Amalgame and contributors |
---|
7 | # Licensed under the GPL version 2.0 license. |
---|
8 | # See LICENSE file or |
---|
9 | # http://www.gnu.org/licenses/old-licenses/gpl-2.0.html |
---|
10 | # |
---|
11 | # -- END LICENSE BLOCK ------------------------------------ |
---|
12 | |
---|
13 | if (!defined('DC_RC_PATH')) { return; } |
---|
14 | |
---|
15 | $this->registerModule( |
---|
16 | /* Name */ "All Blogs", |
---|
17 | /* Description*/ "Display a filtered list of blogs from a multiblog . Can be an unordered list or a drop-down menu. ", |
---|
18 | /* Author */ "Philippe", |
---|
19 | /* Version */ '2.0', |
---|
20 | /* Permissions */ 'usage, contentadmin' |
---|
21 | ); |
---|
22 | ?> |
---|
Note: See
TracBrowser
for help on using the repository browser.