Use template includes

This commit is contained in:
Pierre Rudloff 2016-08-01 01:01:10 +02:00
parent 37c223638d
commit fc73459731
9 changed files with 24 additions and 47 deletions

View file

@ -1,8 +1,12 @@
{include file='inc/head.tpl'}
{include file='inc/header.tpl'}
{include file='inc/logo.tpl'}
<h2 class="titre">Supported websites</h2>
<div class="tripleliste">
<ul>
<ul>
{foreach $extractors as $extractor}
<li>{$extractor}</li>
{/foreach}
</ul>
</div>
{include file='inc/footer.tpl'}