module config et role webmaster
[mtweb] / mw / app / out / default / layouts / config.xml
diff --git a/mw/app/out/default/layouts/config.xml b/mw/app/out/default/layouts/config.xml
new file mode 100644 (file)
index 0000000..f225232
--- /dev/null
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<layout>
+
+  <config page="config.php">
+    <index content="views/config/index.php" />
+    <templates>
+      <index content="views/config/templates/index.php" />
+      <options content="views/config/templates/options.php" />
+    </templates>
+    <roles>
+      <index content="views/config/roles/index.php" />
+      <add_role content="views/config/roles/add.php" />
+      <edit_role content="views/config/roles/edit.php" />
+    </roles>
+    <plugins>
+      <index content="views/config/plugins/index.php" />
+    </plugins>
+  </config>
+
+</layout>
\ No newline at end of file