Layout ViewHelper <f:layout>
¶
With this tag, you can select a layout to be used for the current template.
Examples¶
<f:layout name="main" />
Copied!
Output:
(no output)
Copied!
Source code¶
Go to the source code of this ViewHelper: LayoutViewHelper.php (GitHub).
Arguments¶
The following arguments are available for <f:layout>
:
-
name
¶ -
- Type
- string
Name of layout to use. If none given, "Default" is used.