diff --git a/docs/comment.php b/docs/comment.php index 1abcdda..4b2c20e 100644 --- a/docs/comment.php +++ b/docs/comment.php @@ -4,8 +4,6 @@ require(__DIR__ . "/../libs/page.php"); require(__DIR__ . "/../libs/form.php"); require(__DIR__ . "/../libs/comment.php"); -$ref = 1732684297; - page_header(); comments("comment", $_GET['id']); page_footer(); diff --git a/docs/css/main.css b/docs/css/main.css index 99edeba..22955cf 100755 --- a/docs/css/main.css +++ b/docs/css/main.css @@ -202,6 +202,10 @@ iframe { justify-content: center; } +.header a.leave { + margin-left: auto; +} + .clickie { width: min-content; margin-top: 40px; diff --git a/docs/index.php b/docs/index.php index d2d13df..1ea5085 100644 --- a/docs/index.php +++ b/docs/index.php @@ -4,26 +4,17 @@ require(__DIR__ . "/../libs/form.php"); require(__DIR__ . "/../libs/comment.php"); page_header(); -if (!is_null($username)) { - //comments("root","root"); -} -if (!($_GET['page'] > 0)) { ?> +if (!($_GET['page'] > 0) && is_null($username)) { ?>
diff --git a/docs/meta.php b/docs/meta.php index ba9c6f2..cddee71 100644 --- a/docs/meta.php +++ b/docs/meta.php @@ -50,28 +50,13 @@ function get_handler() $followers = $stmt->fetchAll(PDO::FETCH_DEFAULT); } get_handler(); -//todo: rewrite ?>