function _omega_tools_default_zones in Omega Tools 7.3
@todo
1 call to _omega_tools_default_zones()
- omega_tools_subtheme_create in ./
omega_tools.module - @todo
File
- ./
omega_tools.module, line 551
Code
function _omega_tools_default_zones() {
return array(
'header' => 'Header',
'content' => 'Content',
'footer' => 'Footer',
);
}