static $strmovehere;
static $strmovefull;
static $strunreadpostsone;
- static $strunreadpostsnumber;
$labelformatoptions = New stdClass;
$strmovefull = strip_tags(get_string("movefull", "", "'$USER->activitycopyname'"));
}
$strunreadpostsone = get_string('unreadpostsone', 'forum');
- $strunreadpostsnumber = get_string('unreadpostsnumber', 'forum');
}
$labelformatoptions->noclean = true;
if ($unread == 1) {
echo '<span class="unread"> '.$strunreadpostsone.' </span>';
} else if ($unread) {
+ $strunreadpostsnumber = get_string('unreadpostsnumber', 'forum', $unread);
echo '<span class="unread"> '.$strunreadpostsnumber.' </span>';
}
}