fix typos in sphinx_enabled definition; update logo
This commit is contained in:
parent
2b25b79d41
commit
a0ce6eb7db
|
@ -168,7 +168,7 @@
|
|||
// intervals is disabled and all articles (which are not starred)
|
||||
// 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)
|
||||
// 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\">";
|
||||
|
||||
if (!SPHINX_ENABLE) {
|
||||
if (!SPHINX_ENABLED) {
|
||||
|
||||
print "<input dojoType=\"dijit.form.ValidationTextBox\"
|
||||
style=\"font-size : 16px; width : 12em;\"
|
||||
|
|
|
@ -1046,7 +1046,6 @@ div.return a:hover {
|
|||
#header .logo {
|
||||
float : right;
|
||||
margin-left : 10px;
|
||||
border : 1px solid #88b0f0;
|
||||
}
|
||||
|
||||
#header a {
|
||||
|
|
Loading…
Reference in New Issue