forked from indymedia/epicyon
Show blog icon
parent
b844168d93
commit
22d82542da
|
@ -2806,7 +2806,7 @@ def htmlNewPost(mediaInstance: bool, translate: {},
|
||||||
dropDownContent += " " \
|
dropDownContent += " " \
|
||||||
'<a href="' + pathBase + dropdownNewBlogSuffix + \
|
'<a href="' + pathBase + dropdownNewBlogSuffix + \
|
||||||
'"><li><img loading="lazy" alt="" title="" src="/' + \
|
'"><li><img loading="lazy" alt="" title="" src="/' + \
|
||||||
iconsDir + '/edit.png"/><b>' + \
|
iconsDir + '/scope_blog.png"/><b>' + \
|
||||||
translate['Blog'] + '</b><br>' + \
|
translate['Blog'] + '</b><br>' + \
|
||||||
translate['Publicly visible post'] + '</li></a>\n'
|
translate['Publicly visible post'] + '</li></a>\n'
|
||||||
dropDownContent += " " \
|
dropDownContent += " " \
|
||||||
|
|
Loading…
Reference in New Issue