summaryrefslogtreecommitdiff
path: root/_define.php
diff options
context:
space:
mode:
authorPaul Kocialkowski2014-01-17 20:25:41 +0100
committerPaul Kocialkowski2014-01-17 20:25:41 +0100
commitdc1fbc29226b64168e8ae01bf42cf81e690d87dd (patch)
treedab6fac19a0f316f80095321a560b5de216d469f /_define.php
Initial commit
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..a44996e
--- /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 */ "photos.paulk.fr",
+ /* Description*/ "Insert photos from photos.paulk.fr",
+ /* Author */ "Paul Kocialkowski, Olivier Meunier",
+ /* Version */ '0.1',
+ /* Permissions */ 'usage,contentadmin',
+ /* Priority */ 50
+);
+?>