projects
/
mw_minimal
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(initial)
import version 0.1
mw_minimal.0.1
author
dj3c1t
<dj3c1t@free.fr>
Sat, 1 Dec 2012 11:29:11 +0000
(12:29 +0100)
committer
dj3c1t
<dj3c1t@free.fr>
Sat, 1 Dec 2012 11:29:11 +0000
(12:29 +0100)
mw_minimal.php
[new file with mode: 0644]
patch
|
blob
diff --git a/mw_minimal.php
b/mw_minimal.php
new file mode 100644
(file)
index 0000000..
1a6fe0f
--- /dev/null
+++ b/
mw_minimal.php
@@ -0,0
+1,17
@@
+<?php
+
+ class mw_minimal extends mw_plugin
+ {
+
+ function title()
+ { return "Minimal";
+ }
+
+ function description()
+ { return "Un plugin 'vide'";
+ }
+
+ }
+
+
+?>
\ No newline at end of file