Proyectos de Subversion Moodle

Rev

Rev 1 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 1 Rev 1441
Línea 396... Línea 396...
396
 
396
 
397
        $aurl = clone($url);
397
        $aurl = clone($url);
Línea 398... Línea 398...
398
        $aurl->params(array('savepath'=>$savepath, 'action' => 'list', 'repo_id' => $info->id, 'draftpath'=>$draftpath));
398
        $aurl->params(array('savepath'=>$savepath, 'action' => 'list', 'repo_id' => $info->id, 'draftpath'=>$draftpath));
399
 
399
 
400
        echo '<li>';
400
        echo '<li>';
401
        echo html_writer::empty_tag('img', array('src'=>$info->icon, 'alt'=>$info->name, 'class'=>'icon icon-pre'));
401
        echo html_writer::empty_tag('img', ['src' => $info->icon, 'alt' => $info->name, 'class' => 'icon']);
402
        echo html_writer::link($aurl, s($info->name));
402
        echo html_writer::link($aurl, s($info->name));
403
        echo '</li>';
403
        echo '</li>';
404
    }
404
    }