Removing obsolete references to readme files in source code
This commit is contained in:
parent
3bcd36d5ab
commit
37c335e3cc
31 changed files with 52 additions and 94 deletions
|
@ -71,7 +71,7 @@ function template_preprocess_calendar_view_ical(&$vars) {
|
|||
}
|
||||
|
||||
$headertitle = filter_xss_admin($view->get_title());
|
||||
$title = variable_get('site_name', 'Drupal');
|
||||
$title = variable_get('site_name', 'SuiteDesk');
|
||||
$description = $headertitle . ($title ? ' | '. $title : '');
|
||||
|
||||
$vars['calname'] = $description;
|
||||
|
|
Reference in a new issue