update the logo and the css for the logo
This commit is contained in:
@@ -184,9 +184,9 @@ def utility_processor():
|
||||
|
||||
# Shorthand for getting the logo for the current theme
|
||||
def get_logo_for_theme():
|
||||
logo = 'styles/' + g.theme + '/images/i2plogo.png'
|
||||
logo = 'styles/' + g.theme + '/images/i2plogo.svg'
|
||||
if not os.path.isfile(safe_join(STATIC_DIR, logo)):
|
||||
logo = 'images/i2plogo.png'
|
||||
logo = 'images/i2plogo.svg'
|
||||
return logo
|
||||
|
||||
def get_current_version(string=None, ver=None):
|
||||
|
Reference in New Issue
Block a user