mirror of
https://github.com/UnickSoft/graphonline.git
synced 2026-04-09 17:26:24 +00:00
first commit
This commit is contained in:
9
tpl/dev/msg.php
Executable file
9
tpl/dev/msg.php
Executable file
@@ -0,0 +1,9 @@
|
||||
|
||||
<?php IncludeCom('dev/jquery')?>
|
||||
<head>
|
||||
<link rel="stylesheet" type="text/css" href="<?= Root('i/css/dev/msg.css')?>" />
|
||||
<script type="text/javascript" src="<?= Root('i/js/dev/msg.js')?>"></script>
|
||||
</head>
|
||||
|
||||
|
||||
<div class="<?= $css?>"><?= $message?></div>
|
||||
Reference in New Issue
Block a user