In my master page
i have something like
<CSControl:SiteUrl runat="server" UrlName="Home"><ContentTemplate><CSControl:SiteThemeConfigurationDataImage ImageUrlProperty="logoUrl" BorderWidth="0" runat="server" ThemeName="default" /></ContentTemplate></CSControl:SiteUrl>
and in my theme.config I have
<property id="logoUrl" text="Logo URL" dataType="url" defaultValue="~/themes/default/images/common/header-logo.gif" descriptionText="Enter the URL of the image to use as the site's logo." descriptionImageUrl="~/themes/default/images/location-titlebar.png" controlType="CommunityServer.Controls.SiteFileUrlControl, CommunityServer.Controls" />
Now where do i change the link so that i go the desired page when i click on that image.................