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
|
@ -48,7 +48,7 @@ function i18ntaxonomy_term_page($str_tids = '', $depth = 0, $op = 'page') {
|
|||
|
||||
case 'feed':
|
||||
$channel['link'] = url('taxonomy/term/'. $str_tids .'/'. $depth, array('absolute' => TRUE));
|
||||
$channel['title'] = variable_get('site_name', 'Drupal') .' - '. $title;
|
||||
$channel['title'] = variable_get('site_name', 'SuiteDesk') .' - '. $title;
|
||||
|
||||
// Only display the description if we have a single term, to avoid clutter and confusion.
|
||||
if (count($tids) == 1) {
|
||||
|
|
Reference in a new issue