| 1 |
<?php |
<?php |
| 2 |
// ; $Id: template.php,v 1.2 2007/11/15 22:53:44 bonvga Exp $ |
// ; $Id: template.php,v 1.2.2.1 2008/02/17 23:29:52 bonvga Exp $ |
| 3 |
|
|
| 4 |
if (is_null(theme_get_setting('fblike_picto_title'))) { |
if (is_null(theme_get_setting('fblike_picto_title'))) { |
| 5 |
global $theme_key; |
global $theme_key; |
| 18 |
theme_get_setting('', TRUE); |
theme_get_setting('', TRUE); |
| 19 |
} |
} |
| 20 |
|
|
|
function fblike_regions() { |
|
|
return array( |
|
|
'left' => t('left sidebar'), |
|
|
'content' => t('content'), |
|
|
'header' => t('header'), |
|
|
'footer' => t('footer') |
|
|
); |
|
|
} |
|
|
|
|
| 21 |
function phptemplate_breadcrumb($breadcrumb) { |
function phptemplate_breadcrumb($breadcrumb) { |
| 22 |
$home = variable_get('site_name', 'drupal'); |
$home = variable_get('site_name', 'drupal'); |
| 23 |
$sep = ' » '; |
$sep = ' » '; |