Add images to home page; fix countdown
This commit is contained in:
parent
631b9c8c88
commit
4efc90a5f0
9 changed files with 120 additions and 95 deletions
|
|
@ -1,9 +1,8 @@
|
|||
{extends file="layout.tpl"}
|
||||
{extends file="public/layout.tpl"}
|
||||
|
||||
{block name=head}
|
||||
<link href="/css/common.css" rel="stylesheet">
|
||||
{/block}
|
||||
|
||||
{block name=content}
|
||||
{block name=main}
|
||||
<div>
|
||||
<h1>{$my_team->get_name()}</h1>
|
||||
{include file="summary.tpl"}
|
||||
</div>
|
||||
{/block}
|
||||
|
|
|
|||
Reference in a new issue