[enh] move favicons into own directory

This commit is contained in:
Thomas Pointhuber 2014-12-28 15:07:11 +01:00
parent 011c43b485
commit a0293d6196
27 changed files with 7 additions and 7 deletions

View file

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