ref: organize CSS files

This commit is contained in:
flowfield 2022-12-24 13:56:47 +01:00
parent 312517b955
commit 77905ab3ac
No known key found for this signature in database
GPG Key ID: FFBDB54A7F59ABB4
15 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
<link rel="stylesheet" type="text/css" href="static/css/styles.css"/>
<link title="LibreX search" type="application/opensearchdescription+xml" href="/opensearch.xml?method=POST" rel="search"/>
<link rel="stylesheet" type="text/css" href="<?php
echo "static/css/";
echo "static/css/themes/";
if (isset($_COOKIE["theme"]) || isset($_REQUEST["theme"]))
echo htmlspecialchars((isset($_COOKIE["theme"]) ? $_COOKIE["theme"] : $_REQUEST["theme"]) . ".css");
else