Banner go brrrr

main
Bob Mottram 2020-06-10 14:23:46 +01:00
parent 68971fb78c
commit 13790f30bc
1 changed files with 2 additions and 1 deletions

View File

@ -5881,7 +5881,8 @@ def htmlSearch(translate: {},
if os.path.isfile(themeSearchBannerFilename): if os.path.isfile(themeSearchBannerFilename):
copyfile(themeSearchBannerFilename, searchBannerFilename) copyfile(themeSearchBannerFilename, searchBannerFilename)
if os.path.isfile(searchBannerFilename): if os.path.isfile(searchBannerFilename):
followStr += '<center><div class="searchBanner"> <br></div></center>' followStr += '<center><div class="searchBanner">' + \
'<br><br><br><br><br><br><br></div></center>'
# show the search box # show the search box
followStr += '<div class="follow">' followStr += '<div class="follow">'