forked from indymedia/epicyon
Include actor in path
parent
c6a925e9e4
commit
0f5537ad37
|
@ -5883,7 +5883,7 @@ def htmlSearch(translate: {},
|
||||||
if os.path.isfile(searchBannerFilename):
|
if os.path.isfile(searchBannerFilename):
|
||||||
followStr += \
|
followStr += \
|
||||||
'<center>><div class="searchBanner">' \
|
'<center>><div class="searchBanner">' \
|
||||||
'<img loading="lazy" src="/search_banner.png" ' \
|
'<img loading="lazy" src="' + actor + '/search_banner.png" ' \
|
||||||
'title="" alt=""></div></center>'
|
'title="" alt=""></div></center>'
|
||||||
|
|
||||||
# show the search box
|
# show the search box
|
||||||
|
|
Loading…
Reference in New Issue