mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-15 14:15:56 +00:00
fix typos in sphinx_enabled definition; update logo
This commit is contained in:
@@ -168,7 +168,7 @@
|
|||||||
// intervals is disabled and all articles (which are not starred)
|
// intervals is disabled and all articles (which are not starred)
|
||||||
// older than this amount of days are purged.
|
// older than this amount of days are purged.
|
||||||
|
|
||||||
define('SPHINX_ENABLE', false);
|
define('SPHINX_ENABLED', false);
|
||||||
// Enable fulltext search using Sphinx (http://www.sphinxsearch.com)
|
// Enable fulltext search using Sphinx (http://www.sphinxsearch.com)
|
||||||
// Please see http://tt-rss.org/wiki/SphinxSearch for more information.
|
// Please see http://tt-rss.org/wiki/SphinxSearch for more information.
|
||||||
|
|
||||||
|
|||||||
BIN
images/logo.png
BIN
images/logo.png
Binary file not shown.
|
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 2.0 KiB |
@@ -366,7 +366,7 @@
|
|||||||
|
|
||||||
print "<div class=\"dlgSecCont\">";
|
print "<div class=\"dlgSecCont\">";
|
||||||
|
|
||||||
if (!SPHINX_ENABLE) {
|
if (!SPHINX_ENABLED) {
|
||||||
|
|
||||||
print "<input dojoType=\"dijit.form.ValidationTextBox\"
|
print "<input dojoType=\"dijit.form.ValidationTextBox\"
|
||||||
style=\"font-size : 16px; width : 12em;\"
|
style=\"font-size : 16px; width : 12em;\"
|
||||||
|
|||||||
@@ -1046,7 +1046,6 @@ div.return a:hover {
|
|||||||
#header .logo {
|
#header .logo {
|
||||||
float : right;
|
float : right;
|
||||||
margin-left : 10px;
|
margin-left : 10px;
|
||||||
border : 1px solid #88b0f0;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#header a {
|
#header a {
|
||||||
|
|||||||
Reference in New Issue
Block a user