Skip to content

Commit

Permalink
rating MDLSITE-1045 changed /rating/index.php page title to be more f…
Browse files Browse the repository at this point in the history
…riendly
  • Loading branch information
Andrew Davis committed Oct 11, 2010
1 parent 16b6aec commit d0c675f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions rating/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,13 +62,11 @@

$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();
Expand Down

0 comments on commit d0c675f

Please sign in to comment.