summaryrefslogtreecommitdiff
path: root/_define.php
diff options
context:
space:
mode:
authorPaul Kocialkowski2014-01-17 20:25:11 +0100
committerPaul Kocialkowski2014-01-17 20:25:11 +0100
commit47210a692288db805dc30f2940663efec074b339 (patch)
tree8f9898df8dd0c9ca5f13bde84afcc9656f5a3a6b /_define.php
Initial commitHEADmaster
Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
Diffstat (limited to '_define.php')
-rwxr-xr-x_define.php22
1 files changed, 22 insertions, 0 deletions
diff --git a/_define.php b/_define.php
new file mode 100755
index 0000000..1333b7b
--- /dev/null
+++ b/_define.php
@@ -0,0 +1,22 @@
+<?php
+# -- BEGIN LICENSE BLOCK ---------------------------------------
+#
+# This file is part of Dotclear 2.
+#
+# Copyright (c) 2003-2010 Olivier Meunier & Association Dotclear
+# Licensed under the GPL version 2.0 license.
+# See LICENSE file or
+# http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
+#
+# -- END LICENSE BLOCK -----------------------------------------
+if (!defined('DC_RC_PATH')) { return; }
+
+$this->registerModule(
+ /* Name */ "comment_answer",
+ /* Description*/ "Preset to answer comments",
+ /* Author */ "Paul Kocialkowski, Olivier Meunier",
+ /* Version */ '0.1',
+ /* Permissions */ 'usage,contentadmin',
+ /* Priority */ 50
+);
+?>