PrettyBlocks
Zones

#
Zones

Just as modules are hooked onto hooks, blocks will be placed on Zones

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"}