Skip to content

Commit

Permalink
Fix a visual bug
Browse files Browse the repository at this point in the history
  • Loading branch information
yigitkeremoktay committed Nov 27, 2020
1 parent bdb4cbc commit 8e42eee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions skymake-platform.php
Original file line number Diff line number Diff line change
Expand Up @@ -2217,8 +2217,8 @@ function loadWebMeeting(){
}
if($requestsuccess){
?>
<div class="footer" id="mainfooter" style="<?php if($dm == "off"){ echo "text-align: center; margin-top: 50px; border: 2px solid lightgray; height: 40px;"; } else { echo "text-align: center; margin-top: 50px; border: 2px solid black; height: 40px; color:white;"; }?>" >
<p style="margin-top: 6px;">SkyMake 4 by Skyfallen. All Rights Reseved &copy; 2016-2020 The Skyfallen Company.<?php echo _("Build Number:").THIS_VERSION; ?><?php if($_SESSION["user_role"] == "moderator"){ echo _("You are using a SkyMake Beta feature: Moderator Role | Skyfallen may not be able to provide support."); } ?></p>
<div class="footer" id="mainfooter" style="<?php if($dm == "off"){ echo "text-align: center; margin-top: 50px; border: 2px solid lightgray;"; } else { echo "text-align: center; margin-top: 50px; border: 2px solid black; height: 40px; color:white;"; }?>" >
<p style="margin-top: 6px;">SkyMake 4 by Skyfallen. All Rights Reseved &copy; 2016-2020 The Skyfallen Company.<?php echo _("Build Number:").THIS_VERSION; ?><?php if($_SESSION["user_role"] == "moderator"){ echo "<br>"._("You are using a SkyMake Beta feature: Moderator Role | Skyfallen may not be able to provide support."); } ?></p>
</div>
<?php }
}else{
Expand Down

0 comments on commit 8e42eee

Please sign in to comment.