rating MDLSITE-1045 changed /rating/index.php page title to be more friendly

This commit is contained in:
Andrew Davis 2010-10-11 08:39:19 +00:00
parent 16b6aec208
commit d0c675f774

View file

@ -62,13 +62,11 @@ switch ($sort) {
$scalemenu = make_grades_menu($scaleid);
$strratings = get_string('ratings', 'rating');
$strrating = get_string('rating', 'rating');
$strname = get_string('name');
$strtime = get_string('time');
//Is there something more meaningful we can put in the title? It used to be forum post title
$PAGE->set_title("$strratings: ".format_string($itemid));
$PAGE->set_title(get_string('allratingsforitem','rating'));
echo $OUTPUT->header();
$ratingoptions = new stdclass();