forked from indymedia/epicyon
Users path
parent
cfc46f779a
commit
d582b7e91d
|
@ -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="banner.png" />\n'
|
||||||
profileHeaderStr += '<center>' + loginButton + '</center>\n'
|
profileHeaderStr += '<center>' + loginButton + '</center>\n'
|
||||||
|
|
||||||
profileHeaderStr += '<table class="timeline">\n'
|
profileHeaderStr += '<table class="timeline">\n'
|
||||||
|
@ -6507,7 +6507,8 @@ 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="' + \
|
||||||
|
usersPath + '/banner.png" />\n'
|
||||||
|
|
||||||
if fullWidthTimelineButtonHeader:
|
if fullWidthTimelineButtonHeader:
|
||||||
tlStr += \
|
tlStr += \
|
||||||
|
|
Loading…
Reference in New Issue