forked from indymedia/epicyon
Footer with icons
parent
585a1340e9
commit
dc49f05788
|
@ -5080,8 +5080,11 @@ def individualPostAsHtml(allowDownloads: bool,
|
||||||
footerStr = '\n <div class="' + containerClassIcons + '">\n'
|
footerStr = '\n <div class="' + containerClassIcons + '">\n'
|
||||||
footerStr += replyStr + announceStr + likeStr + bookmarkStr + \
|
footerStr += replyStr + announceStr + likeStr + bookmarkStr + \
|
||||||
deleteStr + muteStr + editStr
|
deleteStr + muteStr + editStr
|
||||||
footerStr += ' <a href="' + publishedLink + '" class="' + \
|
if not isNewsPost(postJsonObject):
|
||||||
timeClass + '">' + publishedStr + '</a>\n'
|
footerStr += ' <a href="' + publishedLink + '" class="' + \
|
||||||
|
timeClass + '">' + publishedStr + '</a>\n'
|
||||||
|
else:
|
||||||
|
footerStr += publishedStr + '\n'
|
||||||
footerStr += ' </div>\n'
|
footerStr += ' </div>\n'
|
||||||
|
|
||||||
postIsSensitive = False
|
postIsSensitive = False
|
||||||
|
|
Loading…
Reference in New Issue