| 7 |
$vars['css'] = drupal_add_css( path_to_theme() .'/css/print.css', 'theme', 'print'); |
$vars['css'] = drupal_add_css( path_to_theme() .'/css/print.css', 'theme', 'print'); |
| 8 |
$vars['styles'] = drupal_get_css(); |
$vars['styles'] = drupal_get_css(); |
| 9 |
|
|
| 10 |
|
$vars['css'] = drupal_add_js( path_to_theme() .'/js/jquery.scrollfollow.js', 'theme'); |
| 11 |
|
$vars['css'] = drupal_add_js( path_to_theme() .'/js/effects.js', 'theme'); |
| 12 |
|
|
| 13 |
|
|
| 14 |
/** |
/** |
| 15 |
* Declare the available regions implemented by this theme. |
* Declare the available regions implemented by this theme. |
| 20 |
*/ |
*/ |
| 21 |
function ablock_regions() { |
function ablock_regions() { |
| 22 |
return array( |
return array( |
| 23 |
|
'sidebar' => t('Collapsible Sidebar'), |
| 24 |
'content_top' => t('content top'), |
'content_top' => t('content top'), |
| 25 |
'content_bottom' => t('content bottom'), |
'content_bottom' => t('content bottom'), |
| 26 |
); |
); |