Hello all,
I have created a custom search template based on the onet.xml which is located at the below path.
C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\TEMPLATE\SiteTemplates\SRCHCEN
Everything works fine however there is a requirement to change the logo for the 4 aspx pages respective to the tabs.
results.aspxpeopleresults.aspx
conversations.aspx
videoresults.aspx
Those pages reference to masterurl/custom.master hence I would like to know where that masterpages should be located ?
Note that inside Site Settings > Masterpages > I have used my own custom masterpages with the my own logo however no changes happening...
<%@ Page Inherits="Microsoft.SharePoint.Publishing.TemplateRedirectionPage,Microsoft.SharePoint.Publishing,Version=15.0.0.0,Culture=neutral,PublicKeyToken=71e9bce111e9429c" %> <%@ Reference VirtualPath="~TemplatePageUrl" %> <%@ Reference VirtualPath="~masterurl/custom.master" %>
Regards.