File: /home/httpd/html/baretube.com.new/templates/default_tube2019/widgets/widget.fakePlayerPrivate.php
<?
$link = generateUrl('user', $rrow['username'], $rrow['submitter']);
?>
<div id="playerOverlay">
<? echo _t("We're sorry, You must be friends with "); ?><? echo $rrow[username]; ?> <? echo _t("to watch this video!"); ?><br><br>
<a class='btn btn-default btn-sm' href='<? echo $link; ?>'><? echo _t("Click here to view their profile"); ?></a>
</div>
<style>
#playerOverlay {
background:rgba(0,0,0,0.8);
width: 490px;
height: 114px;
position:absolute;
text-align: center;
top:50%;
left: 50%;
padding-top: 10px;
margin-left: -245px;
margin-top: -57px;
z-index:3;
font-size: 15px;
font-weight: bold;
color: #ffffff;
}
</style>