| 6 |
* An array of regions. The first array element will be used as the default region for themes. |
* An array of regions. The first array element will be used as the default region for themes. |
| 7 |
*/ |
*/ |
| 8 |
function sodelicious_regions() { |
function sodelicious_regions() { |
| 9 |
return array( |
return array( |
| 10 |
'left' => t('left sidebar'), |
'left' => t('left sidebar'), |
| 11 |
'right' => t('right sidebar'), |
'right' => t('right sidebar'), |
| 12 |
'content' => t('content'), |
'bottom' => t('bottom sidebar'), |
| 13 |
'header' => t('header'), |
'content' => t('content'), |
| 14 |
'footer' => t('footer'), |
'header' => t('header'), |
| 15 |
'sponsors' => t('sponsors') |
'footer' => t('footer'), |
| 16 |
); |
'sponsors' => t('sponsors') |
| 17 |
|
); |
| 18 |
} |
} |
| 19 |
|
|
| 20 |
?> |
?> |