forked from indymedia/epicyon
Use news banner
parent
a22d37af7f
commit
b94ed9522f
|
@ -3463,7 +3463,7 @@ def htmlProfile(defaultTimeline: str,
|
||||||
# If this is the news account then show a different banner
|
# If this is the news account then show a different banner
|
||||||
if isSystemAccount(nickname):
|
if isSystemAccount(nickname):
|
||||||
profileHeaderStr = \
|
profileHeaderStr = \
|
||||||
'<img class="timeline-banner" src="banner.png" />\n'
|
'<img class="timeline-banner" src="/users/news/banner.png" />\n'
|
||||||
profileHeaderStr += '<center>' + loginButton + '</center>\n'
|
profileHeaderStr += '<center>' + loginButton + '</center>\n'
|
||||||
|
|
||||||
profileHeaderStr += '<table class="timeline">\n'
|
profileHeaderStr += '<table class="timeline">\n'
|
||||||
|
|
Loading…
Reference in New Issue