changing the content page’s name that appears on IE window.
· On the default.aspx page, search for
<SharePoint:EncodedLiteral runat="server" text="<%$Resources:wss,multipages_homelink_text%>" EncodeMethod="HtmlEncode"/> -
<SharePoint:ProjectProperty Property="Title" runat="server"/>
· Replace <SharePoint:ProjectProperty Property="Title" runat="server"/> with the new title.
Changing the site’s home tab name: -
a) Rename the tab through SharePoint GUI as ‘HOME’
b) Open the master page, search for
<SharePoint:SPLinkButton runat="server" NavigateUrl="~site/" id="onetidProjectPropertyTitle">
<SharePoint:ProjectProperty Property="Title" runat="server" />
</SharePoint:SPLinkButton>
c) Replace <SharePoint:ProjectProperty Property="Title" runat="server" /> with site’s actual name.
1 comments:
Thanks Himani.
Post a Comment