Modify public theme
This commit is contained in:
parent
60f950dd6c
commit
4b101ef4b2
5 changed files with 9 additions and 11 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Reference in a new issue