| Revision 1091,
736 bytes
checked in by Tomtom33, 4 years ago
(diff) |
|
notification 0.5 :
- Hidden display of plugin page of non superadmin user
- Just because i didn't committed enough :p
|
| Line | |
|---|
| 1 | <?php |
|---|
| 2 | # -- BEGIN LICENSE BLOCK ---------------------------------- |
|---|
| 3 | # This file is part of notifications, a plugin for Dotclear. |
|---|
| 4 | # |
|---|
| 5 | # Copyright (c) 2009 Tomtom |
|---|
| 6 | # http://blog.zenstyle.fr/ |
|---|
| 7 | # |
|---|
| 8 | # Licensed under the GPL version 2.0 license. |
|---|
| 9 | # A copy of this license is available in LICENSE file or at |
|---|
| 10 | # http://www.gnu.org/licenses/old-licenses/gpl-2.0.html |
|---|
| 11 | # -- END LICENSE BLOCK ------------------------------------ |
|---|
| 12 | |
|---|
| 13 | if (!defined('DC_RC_PATH')) { return; } |
|---|
| 14 | |
|---|
| 15 | $this->registerModule( |
|---|
| 16 | /* Name */ 'notifications', |
|---|
| 17 | /* Description */ 'Displays few notifications on administration pages', |
|---|
| 18 | /* Author */ 'Tomtom (http://blog.zenstyle.fr/)', |
|---|
| 19 | /* Version */ '0.5', |
|---|
| 20 | /* Permissions */ 'usage', |
|---|
| 21 | null, |
|---|
| 22 | /* Priority */ 10000 |
|---|
| 23 | ); |
|---|
| 24 | |
|---|
| 25 | ?> |
|---|
Note: See
TracBrowser
for help on using the repository browser.