1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-03 01:39:24 +02:00
Oinktube/view/videoCreator.html
2024-03-27 14:36:11 -03:00

14 lines
No EOL
450 B
HTML

<div class="videoCreator clearfix">
<a href='{channelLink}' class="pull-left {channelLinkImageClass}">
<img src="{photo}" alt="{name} Photo"
class="img img-responsive img-rounded" style="width:80px;" />
</a>
<div class="pull-left">
{subscriptionButton}<br>
<a href='{channelLink}' class="btn btn-link {channelLinkNameClass}">
{name}
{icon}
</a>
</div>
</div>
{html}