1
0
mirror of https://github.com/Rudloff/alltube.git synced 2024-06-20 06:46:40 +02:00
alltube/templates/extractors.tpl
Pierre Rudloff 0b4e75547a Smarty
2015-04-11 22:08:24 +02:00

9 lines
219 B
Smarty

<h2 class="titre">Supported websites</h2>
<div class="tripleliste">
<ul>
{foreach $extractors as $extractor}
<li>{$extractor}</li>
{/foreach}
</ul>
</div>