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
|
@ -1750,7 +1750,7 @@ function node_feed($nids = FALSE, $channel = array()) {
|
|||
|
||||
$channel_defaults = array(
|
||||
'version' => '2.0',
|
||||
'title' => variable_get('site_name', 'Drupal'),
|
||||
'title' => variable_get('site_name', 'SuiteDesk'),
|
||||
'link' => $base_url,
|
||||
'description' => variable_get('site_mission', ''),
|
||||
'language' => $language->language
|
||||
|
@ -1781,7 +1781,7 @@ function node_page_default() {
|
|||
|
||||
if ($num_rows) {
|
||||
$feed_url = url('rss.xml', array('absolute' => TRUE));
|
||||
drupal_add_feed($feed_url, variable_get('site_name', 'Drupal') .' '. t('RSS'));
|
||||
drupal_add_feed($feed_url, variable_get('site_name', 'SuiteDesk') .' '. t('RSS'));
|
||||
$output .= theme('pager', NULL, variable_get('default_nodes_main', 10));
|
||||
}
|
||||
else {
|
||||
|
|
Reference in a new issue