summaryrefslogtreecommitdiff
path: root/searx/webapp.py
diff options
context:
space:
mode:
authorThomas Pointhuber <thomas.pointhuber@gmx.at>2014-12-28 15:07:11 +0100
committerThomas Pointhuber <thomas.pointhuber@gmx.at>2014-12-28 15:07:11 +0100
commita0293d6196c708e3a79cbb2a099a46caab7e58c7 (patch)
tree5cb64fdbb38b541c626faee13ee681d31612a0ed /searx/webapp.py
parent011c43b485ed66d399aede2ca1366805496ab8b8 (diff)
[enh] move favicons into own directory
Diffstat (limited to 'searx/webapp.py')
-rw-r--r--searx/webapp.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/webapp.py b/searx/webapp.py
index 8d1676808..be7feee82 100644
--- a/searx/webapp.py
+++ b/searx/webapp.py
@@ -68,7 +68,7 @@ babel = Babel(app)
global_favicons = []
for indice, theme in enumerate(themes):
global_favicons.append([])
- theme_img_path = searx_dir+"/static/"+theme+"/img/"
+ theme_img_path = searx_dir+"/static/"+theme+"/img/icons/"
for (dirpath, dirnames, filenames) in os.walk(theme_img_path):
global_favicons[indice].extend(filenames)