Social links and icons are now editables
This commit is contained in:
parent
ab55a69459
commit
7baa51d5a8
8 changed files with 89 additions and 33 deletions
|
@ -241,7 +241,7 @@ function template_preprocess_maintenance_page(&$variables) {
|
|||
$head_title[] = variable_get('site_slogan', '');
|
||||
}
|
||||
}
|
||||
$variables['head_title'] = implode(' | ', $head_title);
|
||||
$variables['head_title'] = implode(' - ', $head_title);
|
||||
$variables['base_path'] = base_path();
|
||||
$variables['breadcrumb'] = '';
|
||||
$variables['feed_icons'] = '';
|
||||
|
|
Reference in a new issue