forked from indymedia/epicyon
Edit links icon style
parent
de97668fd2
commit
093b13d413
File diff suppressed because it is too large
Load Diff
2
theme.py
2
theme.py
|
@ -15,7 +15,7 @@ from shutil import copyfile
|
||||||
def getThemeFiles() -> []:
|
def getThemeFiles() -> []:
|
||||||
return ('epicyon.css', 'login.css', 'follow.css',
|
return ('epicyon.css', 'login.css', 'follow.css',
|
||||||
'suspended.css', 'calendar.css', 'blog.css',
|
'suspended.css', 'calendar.css', 'blog.css',
|
||||||
'options.css', 'search.css')
|
'options.css', 'search.css', 'links.css')
|
||||||
|
|
||||||
|
|
||||||
def getThemesList() -> []:
|
def getThemesList() -> []:
|
||||||
|
|
|
@ -5157,7 +5157,7 @@ def getLeftColumnContent(baseDir: str, nickname: str, domainFull: str,
|
||||||
httpPrefix + '://' + domainFull + \
|
httpPrefix + '://' + domainFull + \
|
||||||
'/users/' + nickname + '/editlinks' + '">' + \
|
'/users/' + nickname + '/editlinks' + '">' + \
|
||||||
'<img loading="lazy" alt="" title="" src="/' + \
|
'<img loading="lazy" alt="" title="" src="/' + \
|
||||||
iconsDir + '/edit.png"/></a>\n' + \
|
iconsDir + '/edit.png" class="editLinksIcon" /></a>\n' + \
|
||||||
' </center>\n'
|
' </center>\n'
|
||||||
|
|
||||||
linksFilename = baseDir + '/accounts/links.txt'
|
linksFilename = baseDir + '/accounts/links.txt'
|
||||||
|
|
Loading…
Reference in New Issue