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