This commit is contained in:
2025-04-09 13:44:43 +07:00
parent 2046d31d24
commit e4705579f0
5218 changed files with 0 additions and 772569 deletions

View File

@ -1,16 +0,0 @@
<?php
class LIBMSG
{
var $style;
public function SHOWMSG($MSGTYPE,$STYLE=null,$HEADERMSG,$MSG)
{
$this->style="width:40%;left:28%;top:0px;position:fixed;";
if($STYLE){$this->style=$STYLE;}
return "<div class=\"$MSGTYPE\" style=\"".$this->style."\">
<button type=\"button\" class=\"close\" data-dismiss=\"alert\">&times;</button>
<strong>$HEADERMSG</strong>&nbsp;$MSG
</div>";
}
}
?>