game gui
This commit is contained in:
14
buttons.php
14
buttons.php
@@ -8,9 +8,12 @@ include_once "functions.php";
|
||||
|
||||
header("Cache-Control: no-cache");
|
||||
|
||||
if ($_GET['header']) {
|
||||
$header = filter_input(INPUT_GET, $_GET['header']);
|
||||
$ch = filter_input(INPUT_GET, $_GET['ch']);
|
||||
|
||||
if ($header) {
|
||||
die();
|
||||
} elseif ($_GET['ch'] != null) {
|
||||
} elseif ($ch != null) {
|
||||
?>
|
||||
<html>
|
||||
<head>
|
||||
@@ -50,13 +53,8 @@ if ($_GET['header']) {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.chheadpas {
|
||||
background: url(i/chat/chat_passive.jpg) no-repeat;
|
||||
text-align: center;
|
||||
}
|
||||
.chheadpas, .chheadact {
|
||||
|
||||
.chheadact {
|
||||
background: url(i/chat/chat_aaactive.jpg) no-repeat;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user