mirror of
https://github.com/moodle/moodle.git
synced 2025-08-08 02:16:41 +02:00
MDL-23784 fixed incorrect pix links
This commit is contained in:
parent
5402c577eb
commit
f8e9c93a9a
4 changed files with 7 additions and 7 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue