Plein de trucs fonctionnent maintenant
This commit is contained in:
parent
8758598104
commit
e3384eaa6b
22 changed files with 321 additions and 352 deletions
9
onyx/tpl/bootstrap/teams/list.tpl
Normal file
9
onyx/tpl/bootstrap/teams/list.tpl
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{extends file="layout.tpl"}
|
||||
{block name=body}
|
||||
<h3>Choisissez la team que vous voulez représenter :</h3>
|
||||
{foreach from=$teams item=i}
|
||||
<ul>
|
||||
<li><a href="/{$SALT_USER}/{$i->id}/">{$i->team_name}</a></li>
|
||||
</ul>
|
||||
{/foreach}
|
||||
{/block}
|
||||
Reference in a new issue