mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-03 02:09:45 +07:00
Merge pull request #9655 from danialRahimy/patch-2
Fix typo on controllers page
This commit is contained in:
@@ -474,7 +474,7 @@ Templates
|
||||
A :doc:`template <front-end/templates>` can be rendered by returning a TemplateResponse. A TemplateResponse takes the following parameters:
|
||||
|
||||
* **appName**: tells the template engine in which app the template should be located
|
||||
* **templateName**: the name of the template inside the template/ folder without the .php extension
|
||||
* **templateName**: the name of the template inside the templates/ folder without the .php extension
|
||||
* **parameters**: optional array parameters that are available in the template through $_, e.g.::
|
||||
|
||||
array('key' => 'something')
|
||||
|
||||
Reference in New Issue
Block a user