alltube/templates/inc/footer.tpl
Kumi a563c57d7f
fix(templates): update URLs for code repo and yt-dlp
Switched the footer repository link to a private Git repository and updated the youtube-dl link to the new yt-dlp URL. Helps ensure users follow the current and maintained projects.
2024-07-21 11:53:07 +02:00

22 lines
652 B
Smarty

<footer class="small-font">
<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>
</footer>