maj syntaxe accolades et correction param manquant
[mw_pages] / app / mods / pages / index.php
index 696b5c2..3ba9151 100644 (file)
@@ -1,10 +1,9 @@
 <?php
 
-  class mw_pages_index extends mw_mod
-  {
+  class mw_pages_index extends mw_mod{
 
-    function index(&$env)
-    { $env->run("pages/view");
+    function index(&$env){
+      $env->run("pages/view");
     }
 
   }