summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-12-03 11:20:54 +0300
committerAndrew Dolgov <[email protected]>2010-12-03 11:23:49 +0300
commita0ce6eb7dbc547356628e87c96d46254d68bcadd (patch)
tree59ff0c4df2df453e0e1c441b58501e401c761f1c
parent2b25b79d41314239e534e09c5a10a0f6bd332f8e (diff)
fix typos in sphinx_enabled definition; update logo
-rw-r--r--config.php-dist2
-rw-r--r--images/logo.pngbin1437 -> 2092 bytes
-rw-r--r--modules/popup-dialog.php2
-rw-r--r--tt-rss.css1
4 files changed, 2 insertions, 3 deletions
diff --git a/config.php-dist b/config.php-dist
index f3045f70e..5027f78d0 100644
--- a/config.php-dist
+++ b/config.php-dist
@@ -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.
diff --git a/images/logo.png b/images/logo.png
index dfd973b3d..0f6dfaf33 100644
--- a/images/logo.png
+++ b/images/logo.png
Binary files differ
diff --git a/modules/popup-dialog.php b/modules/popup-dialog.php
index 4513c7cfb..d9de6ab53 100644
--- a/modules/popup-dialog.php
+++ b/modules/popup-dialog.php
@@ -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;\"
diff --git a/tt-rss.css b/tt-rss.css
index 8d4c52f71..07f66e369 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -1046,7 +1046,6 @@ div.return a:hover {
#header .logo {
float : right;
margin-left : 10px;
- border : 1px solid #88b0f0;
}
#header a {