mirror of
https://github.com/marcus-alicia/iRedAdmin-Pro-SQL.git
synced 2026-05-26 15:13:38 +00:00
16 lines
462 B
Plaintext
16 lines
462 B
Plaintext
* Logo image, favicon.ico, brand name and short description can be defined in
|
|
config file (settings.py):
|
|
|
|
```
|
|
BRAND_LOGO = 'logo.png' # load file 'static/logo.png'
|
|
BRAND_FAVICON = 'favicon.ico' # load file 'static/favicon.ico'
|
|
BRAND_NAME = 'iRedAdmin-Pro'
|
|
BRAND_DESC = 'iRedMail Admin Panel'
|
|
```
|
|
|
|
* Link of support page on page footer can be defined in config file (settings.py):
|
|
|
|
```
|
|
URL_SUPPORT = 'http://www.iredmail.org/support.html'
|
|
```
|