1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-03 01:39:24 +02:00
Oinktube/view/videoCreator.html
2023-02-15 23:22:37 +08:00

14 lines
No EOL
403 B
HTML

<div class="videoCreator clearfix">
<a href='{channelLink}' class="pull-left">
<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">
{name}
{icon}
</a>
</div>
</div>
{html}