Add links to front page

main
Bob Mottram 2020-10-13 14:22:42 +01:00
parent 56e1a6acd6
commit 20d124d2bf
1 changed files with 6 additions and 1 deletions

View File

@ -3431,7 +3431,12 @@ def htmlProfile(defaultTimeline: str,
profileHeaderStr += ' <tbody>\n'
profileHeaderStr += ' <tr>\n'
profileHeaderStr += ' <td valign="top" class="col-left">\n'
# TODO add links
iconsDir = getIconsDir(baseDir)
profileHeaderStr += \
getLeftColumnContent(baseDir, 'news', domainFull,
httpPrefix, translate,
iconsDir, False,
False, None)
profileHeaderStr += ' </td>\n'
profileHeaderStr += ' <td valign="top" class="col-center">\n'
else: