[MODX] 2. Chunks $
Chunk in Modx can cut your template into samll pieces to make code reuseable.
[[$chunk_name]]

For example we can replace the html header with [[$html_header]], it should work as before.


Chunk in Modx can cut your template into samll pieces to make code reuseable.
[[$chunk_name]]

For example we can replace the html header with [[$html_header]], it should work as before.

