forked from indymedia/epicyon
Include timeline header
parent
a02294b7ea
commit
545dd27974
|
@ -2397,10 +2397,11 @@ def htmlTimeline(translate: {},pageNumber: int, \
|
||||||
|
|
||||||
if boxName=='tlshares':
|
if boxName=='tlshares':
|
||||||
maxSharesPerAccount=itemsPerPage
|
maxSharesPerAccount=itemsPerPage
|
||||||
return htmlSharesTimeline(translate,pageNumber,itemsPerPage, \
|
return tlStr+ \
|
||||||
baseDir,actor,nickname,domain,port, \
|
htmlSharesTimeline(translate,pageNumber,itemsPerPage, \
|
||||||
maxSharesPerAccount,httpPrefix) + \
|
baseDir,actor,nickname,domain,port, \
|
||||||
htmlFooter()
|
maxSharesPerAccount,httpPrefix) + \
|
||||||
|
htmlFooter()
|
||||||
|
|
||||||
# add the javascript for content warnings
|
# add the javascript for content warnings
|
||||||
tlStr+='<script>'+contentWarningScript()+'</script>'
|
tlStr+='<script>'+contentWarningScript()+'</script>'
|
||||||
|
|
Loading…
Reference in New Issue