cPanel Branding
Branding has been setup. You can upload images/text for themes that support branding to /home/yourhost/cpanelbranding/themename.

If the admin has installed the bluelagoon theme, you can test out branding by using the following steps:
1. Upload a new logo via ftp or cpanel to /home/yourhost/cpanelbranding/bluelagoon. The file must be named cp.gif,cp.jpg, or cp.png.
2. Login to any account you own with that is uses the bluelagoon theme.
3. If you uploaded the image in the correct place the cPanel logo in the upper left hand corner should be replaced with the image you uploaded.


The bluelagoon theme includes the following tag where the cPanel logo is normally displayed:

<cpanel Branding="image(cp)">

When cpanel sees this tag, it will look in the account owner (reseller)'s cpanelbranding directory for the image. If it does not find an image with the specified name ending in .gif,.png,or .jpg; cpanel will use the image that has been included with the theme. Notice that the name of the image is included in the tag <cpanel Branding="image(cp)"> would look for cp.gif,cp.png, and cp.jpg. The tag <cpanel Branding="image(logo)"> would look for logo.gif,logo.png, and logo.jpg.

You can also use the branding text tag to include branded text in a cpanel page. The tag <cpanel text="text(supportinfo)"> will look for supportinfo.txt in the cpanelbranding folder, and insert it where the tag is. If you are inserting text into an html page, you can place html tags and text in the text file.