Actualización
This commit is contained in:
20
main/template/default/learnpath/my_list.tpl
Normal file
20
main/template/default/learnpath/my_list.tpl
Normal file
@@ -0,0 +1,20 @@
|
||||
<h3>
|
||||
{{ 'MyLps' | get_lang }}
|
||||
</h3>
|
||||
<table class="table">
|
||||
<tr>
|
||||
<th>
|
||||
{{ 'Title' | get_lang }}
|
||||
</th>
|
||||
</tr>
|
||||
{% for lp in lps %}
|
||||
<tr>
|
||||
<td>
|
||||
{{ lp.icon }}
|
||||
<a href="{{ lp.link }}" target="_blank">
|
||||
{{ lp.name }}
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
{% endfor %}
|
||||
</table>
|
||||
Reference in New Issue
Block a user