alltube/templates/inc/footer.tpl

23 lines
638 B
Smarty
Raw Normal View History

2017-06-01 11:25:59 +02:00
<footer class="small-font">
2014-03-13 20:07:56 +01:00
<div class="footer_wrapper">
{include file='snippets/dev.tpl' assign=dev}
{t params=['@dev'=>$dev]}Code by @dev{/t}
&middot;
{include file='snippets/designer.tpl' assign=designer}
{t params=['@designer' => $designer]}Design by @designer{/t}
&middot;
<a rel="noopener" target="_blank" href="https://github.com/Rudloff/alltube">
{t}Get the code{/t}
</a>
&middot;
{include file='snippets/youtubedl.tpl' assign=youtubedl}
{t params=['@youtubedl'=>$youtubedl]}Based on @youtubedl{/t}
</div>
2014-11-25 15:45:42 +01:00
</footer>