diff --git a/reference/yaf/tutorials.xml b/reference/yaf/tutorials.xml
index 1ea8099c06..fb1be1bdb1 100644
--- a/reference/yaf/tutorials.xml
+++ b/reference/yaf/tutorials.xml
@@ -1,12 +1,11 @@
-
+
&reftitle.examples;
-
Une architecture classique d'une application
@@ -29,9 +28,7 @@
]]>
-
-
Entry
@@ -51,9 +48,7 @@ $app->bootstrap() //appel des méthodes bootstrap définies dans le fichier Boot
]]>
-
-
Règle de ré-écriture des requêtes
@@ -84,9 +79,7 @@ $HTTP["host"] =~ "(www.)?domain.com$" {
]]>
-
-
Configuration de l'application
@@ -101,9 +94,7 @@ foo=bar
]]>
-
-
Controlleur par défaut
@@ -121,9 +112,7 @@ class IndexController extends Yaf_Controller_Abstract {
]]>
-
-
Template de rendu par défaut
@@ -139,9 +128,7 @@ class IndexController extends Yaf_Controller_Abstract {
]]>
-
-
Exécution de l'application
&example.outputs.similar;
@@ -165,10 +152,8 @@ class IndexController extends Yaf_Controller_Abstract {
-
-
-
+
La classe Yaf_Application
Yaf_Application
- Yaf\Application