iredmail-doc/html_bk/iredadmin-pro.custom.logo.html

38 lines
2.2 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>iRedAdmin-Pro: Custom logo image, brand name, short product description</title>
<link rel="stylesheet" type="text/css" href="./css/markdown.css" />
</head>
<body>
<div id="navigation">
<a href="https://www.iredmail.org" target="_blank">
<img alt="iRedMail web site"
src="./images/logo-iredmail.png"
style="vertical-align: middle; height: 30px;"
/>&nbsp;
<span>iRedMail</span>
</a>
&nbsp;&nbsp;//&nbsp;&nbsp;<a href="./index.html">Document Index</a></div><h1 id="iredadmin-pro-custom-logo-image-brand-name-short-product-description">iRedAdmin-Pro: Custom logo image, brand name, short product description</h1>
<div class="admonition attention">
<p class="admonition-title">Attention</p>
<p>Restarting Apache or uwsgi (if you're running Nginx) service is required
after updated iRedAdmin config file.</p>
</div>
<p>You can easily change default iRedAdmin-Pro logo image to your company logo,
and set a brand name, and short product description by adding parameters listed
below in iRedAdmin-Pro config file. If you don't know the config file location,
please check our tutorial: <a href="./file.locations.html">Locations of configuration and log files of major components</a></p>
<pre><code># Path to the logo image.
# Please copy your logo image to 'static/' folder, then put the image file name
# in BRAND_LOGO. e.g.: 'logo.png' (will load file 'static/logo.png').
BRAND_LOGO = ''
# Product name, short description.
BRAND_NAME = 'iRedAdmin-Pro'
BRAND_DESC = 'iRedMail Admin Panel'
</code></pre><div class="footer">
<p style="text-align: center; color: grey;">All documents are available in <a href="https://github.com/iredmail/docs/">GitHub repository</a>, and published under <a href="http://creativecommons.org/licenses/by-nd/3.0/us/" target="_blank">Creative Commons</a> license. You can <a href="https://github.com/iredmail/docs/archive/master.zip">download the latest version</a> for offline reading. If you found something wrong, please do <a href="https://www.iredmail.org/contact.html">contact us</a> to fix it.</p>
</div></body></html>