File: /home/assotraipi/www/wp-content/plugins/youtube-channel-gallery/templates/link.php
<?php if ($ytchag_promotion || $ytchag_link): ?>
<div class="ytc-pslb ytc-links container-fluid">
<div class="ytc-row row">
<?php if ($ytchag_promotion): ?>
<div class="ytc-promotion <?php echo empty($ytchag_link) ? 'col-xs-12' : 'col-xs-5'; ?>">
<a href="http://poselab.com" target="_blank">
<em>
<?php echo _e('By PoseLab', 'youtube-channel-gallery')?>
</em>
</a>
</div>
<?php endif; ?>
<?php if ($ytchag_link): ?>
<div class="ytc-youtubelink <?php echo empty($ytchag_promotion) ? 'col-xs-12' : 'col-xs-7'; ?>">
<a href="https://www.youtube.com/playlist?list=<?php echo $ytchag_playlist?>" class="ytcmore" <?php echo ($ytchag_link_window ? 'target="_blank"' : '')?>>
<?php echo ($ytchag_link_tx ? $ytchag_link_tx : _e('Show more videos', 'youtube-channel-gallery'))?>
</a>
</div>
<?php endif; ?>
</div>
</div>
<?php endif; ?>