| 3 |
|
|
| 4 |
/** |
/** |
| 5 |
* @file |
* @file |
| 6 |
* File which contains theme overrides for the Angela Byron theme. |
* File which contains theme overrides for the webchick theme. |
| 7 |
*/ |
*/ |
| 8 |
|
|
| 9 |
/* |
/* |
| 10 |
* ABOUT |
* ABOUT |
| 11 |
* |
* |
| 12 |
* Angela Byron's website in Drupal form. |
* webchick's website in Drupal form. |
| 13 |
*/ |
*/ |
| 14 |
|
|
| 15 |
/* |
/* |
| 19 |
* 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. |
| 20 |
* Each array element takes the format: variable_name => t('human readable name') |
* Each array element takes the format: variable_name => t('human readable name') |
| 21 |
*/ |
*/ |
| 22 |
function angelabyron_regions() { |
function webchick_regions() { |
| 23 |
return array( |
return array( |
| 24 |
'content_top' => t('content top'), |
'content_top' => t('content top'), |
| 25 |
'content_bottom' => t('content bottom'), |
'content_bottom' => t('content bottom'), |
| 35 |
* The text delimiter to use when outputing the links. |
* The text delimiter to use when outputing the links. |
| 36 |
* @return a string containing the menu output. |
* @return a string containing the menu output. |
| 37 |
*/ |
*/ |
| 38 |
function angelabyron_menu_links($links, $delimiter = '') { |
function webchick_menu_links($links, $delimiter = '') { |
| 39 |
if (!count($links)) { |
if (!count($links)) { |
| 40 |
return ''; |
return ''; |
| 41 |
} |
} |