Zones
#Zones
Just as modules are hooked onto hooks, blocks will be placed on Zones
A **zone** can also be a **hook**.
By **hooking the module onto the hook** you want, it will create a zone that has the name of the hook.
You have several options, the first is to use the module's widget:
1{widget name="prettyblocks" zone_name="myCustomZone"}
The second option is to use a custom hook and then attach the module to it:
1{hook h="myCustomHook" zone_name="myCustomZone"}
The last option is to use the PrettyBlockZone
helper
1{prettyblocks_zone zone_name="myCustomZone"}
`{magic_zone}` has been deprecated since version 1.1.0. Please use `{prettyblocks_zone}` instead.