mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-03 01:39:24 +02:00
14 lines
No EOL
450 B
HTML
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} |