Dotclear

source: plugins/referer/trunk/_define.php @ 3328

Revision 3328, 899 bytes checked in by brol, 9 years ago (diff)

voir changelog

Line 
1<?php 
2# -- BEGIN LICENSE BLOCK ----------------------------------
3# This file is part of referer, a plugin for Dotclear.
4#
5# Copyright (c) 2008-2010 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
13if (!defined('DC_RC_PATH')) { return; }
14
15$this->registerModule(
16          /* Name */               'referer',
17          /* Description */        'Displays your blog referers',
18          /* Author */             'Tomtom (http://plugins.zenstyle.fr/), Pierre Van Glabeke',
19          /* Version */            '0.4',
20     /* Properties */
21     array(
22          'permissions' => 'usage,contentadmin',
23          'type' => 'plugin',
24          'dc_min' => '2.6',
25          'support' => 'http://lab.dotclear.org/wiki/plugin/referer',
26          'details' => 'http://plugins.dotaddict.org/dc2/details/referer'
27          )
28);
Note: See TracBrowser for help on using the repository browser.

Sites map