MDL-23784 fixed incorrect pix links

This commit is contained in:
Petr Skoda 2010-08-12 18:30:32 +00:00
parent 5402c577eb
commit f8e9c93a9a
4 changed files with 7 additions and 7 deletions

View file

@ -307,7 +307,7 @@
$atlastpage = true;
}
$spacer = '<img src="'.$CFG->wwwroot.'/pix/spacer.gif" class="iconsmall" alt="" /> ';
$spacer = $OUTPUT->spacer().' ';
foreach ($courses as $acourse) {
$coursecontext = get_context_instance(CONTEXT_COURSE, $acourse->id);