Light/dark theme switch

This commit is contained in:
color.diff=auto
2021-03-31 08:52:20 -06:00
parent 02527a0d65
commit 65b3980c44
14 changed files with 192 additions and 43 deletions

View File

@@ -61,7 +61,8 @@ if (!empty($_POST)) {
$sql = "CREATE TABLE IF NOT EXISTS D2Modder (
modname VARCHAR(255),
path VARCHAR(255),
lastused INT
lastused INT,
theme INT
)";
PDO_Execute($sql);
@@ -90,7 +91,8 @@ ERROR: INVALID PATH</h1></center>';
$sql = "CREATE TABLE IF NOT EXISTS D2Modder (
modname VARCHAR(255),
path VARCHAR(255),
lastused INT
lastused INT,
theme INT
)";
PDO_Execute($sql);