Dotclear

source: plugins/footnotesToolbar/_define.php @ 2090

Revision 2090, 716 bytes checked in by abompard, 14 years ago (diff)

Ajout du contenu

Line 
1<?php
2# vim: set noexpandtab tabstop=5 shiftwidth=5:
3# -- BEGIN LICENSE BLOCK ----------------------------------
4# This file is part of footnotesToolbar, a plugin for Dotclear.
5#
6# Copyright (c) 2009 Aurélien Bompard <aurelien@bompard.org>
7#
8# Licensed under the AGPL version 3.0.
9# A copy of this license is available in LICENSE file or at
10# http://www.gnu.org/licenses/agpl-3.0.html
11# -- END LICENSE BLOCK ------------------------------------
12
13if (!defined('DC_RC_PATH')) { return; }
14 
15$this->registerModule(
16     /* Name */          "Footnotes toolbar",
17     /* Description*/    "Adds a toolbar button to create footnotes",
18     /* Author */        "Aurélien Bompard",
19     /* Version */       '1.0',
20     /* Permissions */   'usage,contentadmin'
21);
22?>
Note: See TracBrowser for help on using the repository browser.

Sites map