Revision 3162,
1.2 KB
checked in by brol, 10 years ago
(diff) |
version 0.6.2 : modif locales
|
Line | |
---|
1 | <?php /* -*- tab-width: 5; indent-tabs-mode: t; c-basic-offset: 5 -*- */ |
---|
2 | /***************************************************************\ |
---|
3 | * This is 'My Favicon', a plugin for Dotclear 2 * |
---|
4 | * * |
---|
5 | * Copyright (c) 2008 * |
---|
6 | * Oleksandr Syenchuk and contributors. * |
---|
7 | * * |
---|
8 | * This is an open source software, distributed under the GNU * |
---|
9 | * General Public License (version 2) terms and conditions. * |
---|
10 | * * |
---|
11 | * You should have received a copy of the GNU General Public * |
---|
12 | * License along with 'My Favicon' (see COPYING.txt); * |
---|
13 | * if not, write to the Free Software Foundation, Inc., * |
---|
14 | * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * |
---|
15 | \***************************************************************/ |
---|
16 | if (!defined('DC_RC_PATH')) { return; } |
---|
17 | |
---|
18 | $this->registerModule( |
---|
19 | /* Name */ "My Favicon", |
---|
20 | /* Description*/ "Add a customized favicon to your blog", |
---|
21 | /* Author */ "Oleksandr Syenchuk, Pierre Van Glabeke", |
---|
22 | /* Version */ '0.6.2', |
---|
23 | /* Permissions */ 'contentadmin' |
---|
24 | ); |
---|
25 | ?> |
---|
Note: See
TracBrowser
for help on using the repository browser.