green field

Where is The Site Logo

You may notice that some of the included skins have a Site Logo and some do not. If you want to add a site logo to a skin that does not have it there are 2 things you need to do.

1. Copy the SiteLogo control from a layout.master file that does have it into the layout.master file of the skin that does not.
<portal:SiteLogo id="SiteLogo" runat="server"></portal:SiteLogo>

2. If you don't see the Logo list in Site Settings, then look in the stylelayout.css file of your skin and find the css that is used to hide it and remove it or comment it out. This is what you are looking for:
.logolist {display:none; }

The use of the SiteLogo control above allows you to choose a logo image from the webroot/Data/Sites/[SiteID]/logos folder. In a single site installation SiteID will be 1

So place your logo image in this folder and it will appear as an option in the Logo list in Site Settings.

Alternatively you can add your logo to your layout.master file with raw html, or maybe you want to use Flash, you can do whatever you want. The SiteLogo control is just a convenience.

Last Updated: 2007-12-02

mojoPortal Wins the 2007 Open Source CMS Awards Best Non-PHP Open Source CMS Donate Money to support the mojoPortal Project. Join the mojoPortal Group on Facebook Join the mojoPortal Group on LinkedIn View Joe Audette's profile on LinkedIn View Joe Audette's profile on The Guild of Accessible Web Designers site mojoPortal can run on GNU/Linux using Mono