Add notification center button and fix stat-card/activity board loading

This commit is contained in:
master3395
2026-01-19 17:37:47 +01:00
parent 2d6657a7c5
commit a17d856b76
3316 changed files with 723670 additions and 4579 deletions

View File

@@ -1,9 +1,7 @@
<!doctype html>
<html lang="en">
<title>CodeMirror: PHP mode</title>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel=stylesheet href="../../doc/docs.css">
<link rel="stylesheet" href="../../lib/codemirror.css">
@@ -32,7 +30,7 @@
<article>
<h2>PHP mode</h2>
<form><label for="code">PHP code editor</label><textarea id="code" name="code" placeholder="Enter PHP code here" title="PHP code editor">
<form><textarea id="code" name="code">
<?php
$a = array('a' => 1, 'b' => 2, 3 => 'c');