mirror of
https://github.com/hnhx/librex.git
synced 2025-04-29 14:09:27 -04:00
ref: organize CSS files
This commit is contained in:
parent
312517b955
commit
77905ab3ac
15 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue