add css to submit page
This commit is contained in:
parent
eef9a44d55
commit
3c6edc5277
3 changed files with 5 additions and 3 deletions
|
|
@ -3,10 +3,9 @@ error_reporting(E_ERROR | E_PARSE);
|
|||
define("bannedhosts", array("google.com"));
|
||||
define("sitename", "Eternal Winter");
|
||||
define("dbfile", "secrets/eternalwinter.db");
|
||||
define("static", "/static");
|
||||
define("static", "static");
|
||||
define("banner", "banner.jpg");
|
||||
define("css", "main.css");
|
||||
define("captchafont", "captchafont.ttf");
|
||||
define("footer", '<small>- <a href="https://git.xmpub.org/xmpub/EternalWinter">eternalwinter</a> -<br>Est. Oct 12, 2025</small>');
|
||||
define("categories", array(
|
||||
"blog" => "Blog",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue