forked from indymedia/epicyon
Link back to search screen
parent
b391bbdffb
commit
f7fd2a2857
|
@ -116,8 +116,10 @@ def htmlSearchSharedItems(cssCache: {}, translate: {},
|
|||
sharedItemsForm = \
|
||||
htmlHeaderWithExternalStyle(cssFilename)
|
||||
sharedItemsForm += \
|
||||
'<center><h1>' + translate['Shared Items Search'] + \
|
||||
'</h1></center>'
|
||||
'<center><h1>' + \
|
||||
'<a href="' + actor + '/search">' + \
|
||||
translate['Shared Items Search'] + \
|
||||
'</a></h1></center>'
|
||||
resultsExist = False
|
||||
for subdir, dirs, files in os.walk(baseDir + '/accounts'):
|
||||
for handle in dirs:
|
||||
|
|
Loading…
Reference in New Issue