Skip to content
Snippets Groups Projects
Commit ecfcae58 authored by Olivier PEREZ's avatar Olivier PEREZ
Browse files

Define base template : page.tpl

parent 448a7c2d
No related branches found
No related tags found
No related merge requests found
{include file='head.tpl'}
{include file='header.tpl'}
{block name=main}{/block}
{include file='footer.tpl'}
\ No newline at end of file
{include file='head.tpl'}
{include file='header.tpl'}
{extends file='page.tpl'}
{block name=main}
<form action="{$poll_id|poll_url}" method="POST">
{* Global informations about the current poll *}
......@@ -258,4 +258,4 @@
</div>
{/if}
</form>
{include file='footer.tpl'}
\ No newline at end of file
{/block}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment