mirror of
https://github.com/hnhx/librex.git
synced 2025-04-29 14:09:27 -04:00
Make openserach.xml location relative
This commit is contained in:
parent
ffd6d56035
commit
2b33116fe0
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
||||||
<meta name="description" content="A privacy respecting meta search engine."/>
|
<meta name="description" content="A privacy respecting meta search engine."/>
|
||||||
<meta name="referrer" content="no-referrer"/>
|
<meta name="referrer" content="no-referrer"/>
|
||||||
<link rel="stylesheet" type="text/css" href="static/css/styles.css"/>
|
<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 title="LibreX search" type="application/opensearchdescription+xml" href="opensearch.xml?method=POST" rel="search"/>
|
||||||
<link rel="stylesheet" type="text/css" href="<?php
|
<link rel="stylesheet" type="text/css" href="<?php
|
||||||
echo "static/css/";
|
echo "static/css/";
|
||||||
if (isset($_COOKIE["theme"]))
|
if (isset($_COOKIE["theme"]))
|
||||||
|
|
Loading…
Add table
Reference in a new issue