1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-05 10:49:36 +02:00
Oinktube/view/videoCreator.html

14 lines
No EOL
394 B
HTML

<div class="videoCreator clearfix">
<a href='{channelLink}' class="pull-left">
<img src="{photo}" alt="{name} Photo"
class="img img-responsive img-circle zoom" />
</a>
<div class="pull-left">
<a href='{channelLink}' class='btn btn-xs btn-default'>
{name}
{icon}
</a>
{subscriptionButton}
</div>
</div>
{html}