fix typos in sphinx_enabled definition; update logo

This commit is contained in:
Andrew Dolgov 2010-12-03 11:20:54 +03:00
parent 2b25b79d41
commit a0ce6eb7db
4 changed files with 2 additions and 3 deletions

View File

@ -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.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 2.0 KiB

View File

@ -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;\"

View File

@ -1046,7 +1046,6 @@ div.return a:hover {
#header .logo {
float : right;
margin-left : 10px;
border : 1px solid #88b0f0;
}
#header a {