This commit is contained in:
vyshane 2006-03-21 03:11:38 +00:00
parent d7dfcee179
commit 2c42a9e71c

View File

@ -57,7 +57,7 @@ class block_admin extends block_list {
if (!empty($CFG->enablestats)) {
$this->content->items[] = '<a href="'.$CFG->wwwroot.'/course/stats.php?course='.SITEID.'">'.get_string('stats').'</a>';
$this->content->items[] = '<a href="'.$CFG->wwwroot.'/course/report/stats/index.php?course='.SITEID.'">'.get_string('stats').'</a>';
$this->content->icons[] = '<img src="'.$CFG->pixpath.'/i/stats.gif" alt="" />';
}