Excerpt |
---|
The container is defined in a layout at a place, where dynamic content should appear. |
To each container of a layout modules can be assigned to be rendered. This assignment is saved in the template Template.
To add a new container to your layout, you must add its syntax right at the place, you later want to output dynamic content.
The syntax of a container is HTML like the following.
Code Block | ||
---|---|---|
| ||
<container id="ID" name="NAME">Default</container> |
...