Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
yigitkeremoktay committed Jan 19, 2021
1 parent 273eba7 commit df3d00a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion skymake-platform.php
Original file line number Diff line number Diff line change
Expand Up @@ -2218,7 +2218,7 @@ 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;"; } 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>
<p style="margin-top: 6px;">SkyMake 4 by Skyfallen. All Rights Reserved &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 df3d00a

Please sign in to comment.