Set placeholder when creating a zafu layout. |
|
<html><head>...</head> <body> <r:content_for_layout> ... </r:content_for_layout> </body> </html> |
Some modes are used to render layouts. Currently these modes are:
- popup_layout
- admin_layout
The content between the content_for_layout tags is used when the action produces no result. Use this property to create the user’s home page.