Index: block_news_items.php =================================================================== --- block_news_items.php (revision 537) +++ block_news_items.php (working copy) @@ -79,12 +79,19 @@ $text .= '
  • '. '
    '. - '
    '.userdate($discussion->modified, $strftimerecent).'
    '. - '
    '.fullname($discussion).'
    '. + '
    '.userdate($discussion->modified, $strftimerecent).'
    '; + if($USER->screenreader) { + $text .= '
    '.fullname($discussion).'
    '. + '
    '.$discussion->subject.'
    '. + "
  • \n"; + } else { + $text .= '
    '.fullname($discussion).'
    '. '
    '.$discussion->subject.' '. ''. $strmore.'...
    '. "\n"; + } + } $text .= "\n";