Add refresh in public/home.tpl
This commit is contained in:
parent
c349769425
commit
7a42ea56b0
1 changed files with 4 additions and 0 deletions
|
@ -1,5 +1,9 @@
|
|||
{extends file="public/layout.tpl"}
|
||||
|
||||
{block name=head2}
|
||||
<meta http-equiv="refresh" content="100">
|
||||
{/block}
|
||||
|
||||
{block name=main}
|
||||
{if isset($teams)}
|
||||
<div id="carousel-team" class="carousel slide">
|
||||
|
|
Reference in a new issue