HEX
Server: Apache
System: Linux webm003.cluster111.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
User: assotraipi (849654)
PHP: 5.4.45
Disabled: _dyuweyrj4,_dyuweyrj4r,dl
Upload Files
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; ?>