module config et role webmaster
[mtweb] / mw / app / out / default / layouts / config.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <layout>
3
4   <config page="config.php">
5     <index content="views/config/index.php" />
6     <templates>
7       <index content="views/config/templates/index.php" />
8       <options content="views/config/templates/options.php" />
9     </templates>
10     <roles>
11       <index content="views/config/roles/index.php" />
12       <add_role content="views/config/roles/add.php" />
13       <edit_role content="views/config/roles/edit.php" />
14     </roles>
15     <plugins>
16       <index content="views/config/plugins/index.php" />
17     </plugins>
18   </config>
19
20 </layout>