696b5c295c41aba9242ecbf310f10e5552b89871
[mw_pages] / app / mods / pages / index.php
1 <?php
2
3   class mw_pages_index extends mw_mod
4   {
5
6     function index(&$env)
7     { $env->run("pages/view");
8     }
9
10   }
11
12 ?>