Example #1
0
    echo MyFunctions::getDareRankName($row->scoreDare->score);
    ?>
</div>
                <div id="PBD<?php 
    echo $row->idUser;
    ?>
" style="width:110px; height:10px;"></div>
            </div>
            <div style="position:absolute; bottom:23px;right:3px;">
                <img onClick="sendFriendRequest(this);return false;" id="<?php 
    echo $row->idUser;
    ?>
" src="/TruthOrDare/images/addFriend.png" style="cursor:pointer;z-index:64000;" width="32px" height="32px" title="Add Friend" />
            </div>
            <div style="position:absolute; bottom:3px;right:3px;font-size:0.7em;">Last login: <?php 
    echo MyFunctions::getNbDaysBetweenDates($row->lastLoginDate, date('Y-m-d, H:i:s')) - 1;
    ?>
 days</div>
        </div>
    </a>
<?php 
}
?>

<br />
<br />
<br />
<br />

<!--************-->
<!-- Link Pager -->