Changing the Product and Company Logos, Hyperlinks, and Copyright Notice
To replace the product logo:
- Prepare an image file in PNG format and save it as
product-logo.png
.The image should be 50 pixels in height to perfectly fit in the header area.
- Upload the file to the directory
/usr/local/sb/htdocs/skins/default/images/
on the hosting server. Confirm overwriting when prompted.
To replace the company logo:
- Prepare an image file in PNG format and save it as
producer-logo.png
.The image should be 43 pixels in height to perfectly fit in the header area.
- Upload the file to the directory
/usr/local/sb/htdocs/skins/default/images/
on the hosting server. Confirm overwriting when prompted.
To change the links attached to the product and company logos:
- On the hosting server, open the configuration file
/usr/local/sb/config
. - In the
[general]
section of the file, locate the following lines:product_website_url = "http://www.plesk.com/plesk/web-business-builder/"
company_website_url = "http://www.plesk.com"
- Type the desired addresses within the quotation marks and save the file.
To change the company name shown in the copyright notice:
- On the hosting server, open the file
/usr/local/sb/resources/locale/<locale_code>/Common.lng
. - Locate the following line:
copyright = "© Copyright %s Plesk."
- Type the desired text within the quotation marks and save the file.
Note that a hyperlink to www.plesk.com is automatically added to the copyright notice. If you have previously specified a website address by adding the line company_website_url = "your-company-name.com"
to the configuration file /usr/local/sb/config
(as described in the preceding procedure), this hyperlink will point to that address.