From 480c1a6adc33a660c5941a8e5611c7ba7ccf62b7 Mon Sep 17 00:00:00 2001 From: Adam Szaraniec Date: Sat, 28 Oct 2017 18:32:56 +0400 Subject: [PATCH] Update controller syntax for bundle-less applications --- templating/embedding_controllers.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templating/embedding_controllers.rst b/templating/embedding_controllers.rst index 228ae4053ee..cec3e27a948 100644 --- a/templating/embedding_controllers.rst +++ b/templating/embedding_controllers.rst @@ -68,7 +68,7 @@ The ``recent_list`` template is perfectly straightforward: you'll learn how to do this correctly. To include the controller, you'll need to refer to it using the standard -string syntax for controllers (i.e. **bundle**:**controller**:**action**): +string syntax for controllers (i.e. **controllerPath**::**action**): .. configuration-block:: @@ -79,7 +79,7 @@ string syntax for controllers (i.e. **bundle**:**controller**:**action**): {# ... #} @@ -92,7 +92,7 @@ string syntax for controllers (i.e. **bundle**:**controller**:**action**):