Modify public theme

This commit is contained in:
nemunaire 2013-12-12 19:33:18 +01:00
commit 4b101ef4b2
5 changed files with 9 additions and 11 deletions

View file

@ -36,7 +36,6 @@
{foreach from=$teams item=my_team key=k}
<div class="item{if $k == 0} active{/if}">
<div class="well">
<h1>{$my_team->get_name()}</h1>
{include file="summary.tpl"}
</div>
</div>