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
|
@ -559,7 +559,7 @@ function template_preprocess_views_view_rss(&$vars) {
|
|||
$vars['description'] = check_plain(decode_entities(strip_tags($description)));
|
||||
|
||||
if ($view->display_handler->get_option('sitename_title')) {
|
||||
$title = variable_get('site_name', 'Drupal');
|
||||
$title = variable_get('site_name', 'SuiteDesk');
|
||||
if ($slogan = variable_get('site_slogan', '')) {
|
||||
$title .= ' - ' . $slogan;
|
||||
}
|
||||
|
|
Reference in a new issue