I have the job of migrating a sharepoint site from one server to another.
Everything appears to have moved across correctly, but there is one image which has a url to the old site.
I've tried editing the master page, but there seems to only be placeholders.
The image appears to be part of the site definition or template.
Where should I look to change the image source for this image?
Update:
I found the following in default.master.
<SharePoint:SiteLogoImage id="onetidHeadbnnr0"
LogoImageUrl="/_layouts/images/titlegraphic.gif" runat="server"/>
But it seems to be getting the image source from somewhere else. So where exactly is the URL defined?
Thanks