mise a jour pour mtweb.0.6.1
[mw_hello] / app / mods / hello / index.php
1 <?php
2
3   class mw_hello_index extends mw_mod{
4
5     function index(&$env){
6     }
7
8   }
9
10 ?>