alltube/templates/inc/footer.tpl

23 lines
652 B
Smarty
Raw Normal View History

2017-06-01 09:25:59 +00:00
<footer class="small-font">
2014-03-13 19:07:56 +00: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://git.private.coffee/privatecoffee/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 14:45:42 +00:00
</footer>