Add images to home page; fix countdown

This commit is contained in:
Némunaire 2013-11-25 11:55:15 +01:00
commit 4efc90a5f0
9 changed files with 120 additions and 95 deletions

View file

@ -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}