forked from indymedia/epicyon
Slash
parent
f3af4044ee
commit
cfc46f779a
|
@ -3462,7 +3462,8 @@ 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 = '<img class="timeline-banner" src="banner.png" />\n'
|
profileHeaderStr = \
|
||||||
|
'<img class="timeline-banner" src="/banner.png" />\n'
|
||||||
profileHeaderStr += '<center>' + loginButton + '</center>\n'
|
profileHeaderStr += '<center>' + loginButton + '</center>\n'
|
||||||
|
|
||||||
profileHeaderStr += '<table class="timeline">\n'
|
profileHeaderStr += '<table class="timeline">\n'
|
||||||
|
@ -6506,7 +6507,7 @@ def htmlTimeline(defaultTimeline: str,
|
||||||
'<a href="/users/' + nickname + '" title="' + \
|
'<a href="/users/' + nickname + '" title="' + \
|
||||||
translate['Switch to profile view'] + '" alt="' + \
|
translate['Switch to profile view'] + '" alt="' + \
|
||||||
translate['Switch to profile view'] + '">\n'
|
translate['Switch to profile view'] + '">\n'
|
||||||
tlStr += '<img class="timeline-banner" src="banner.png" />\n'
|
tlStr += '<img class="timeline-banner" src="/banner.png" />\n'
|
||||||
|
|
||||||
if fullWidthTimelineButtonHeader:
|
if fullWidthTimelineButtonHeader:
|
||||||
tlStr += \
|
tlStr += \
|
||||||
|
|
Loading…
Reference in New Issue