maj syntaxe accolades, maj jQuery, correction layout contact
[mtweb] / web / app / mw_plugin.php
index eb91f9d..a4ec053 100644 (file)
@@ -1,38 +1,35 @@
 <?php
 
-  class mw_plugin
-  {
+  class mw_plugin{
 
-    function title()
-    { return "(sans titre)";
+    function title(){
+      return "(sans titre)";
     }
 
-    function description()
-    { return "";
+    function description(){
+      return "";
     }
 
-    function install($env)
-    { return true;
+    function install($env){
+      return true;
     }
 
-    function uninstall($env)
-    { return true;
+    function uninstall($env){
+      return true;
     }
 
-    function enable($env)
-    { return true;
+    function enable($env){
+      return true;
     }
 
-
-    function disable($env)
-    { return true;
+    function disable($env){
+      return true;
     }
 
-    function init($env)
-    { return true;
+    function init($env){
+      return true;
     }
 
   }
 
-
 ?>
\ No newline at end of file