
336
❘
CHAPTER 11 DEPLOYING BRANDING IN SHAREPOINT
<File Path=”_catalogs\\masterpage\\
15. In the Replace with fi eld, type <File Url=”.
16. At the bottom of the Find dialog, press the + button to expand the Find options, if it isn’t
already expanded. (In Figure 11-9, the menu is expanded and a minus symbol replaces the
plus symbol.) Be sure to check the Use box, and then select Wildcards from the drop-down.
Click the Replace All button (refer to Figure 11-9). Three changes should have been made.
17. To complete the modifi cations to this fi le, highlight Url=”_catalogs/masterpage/
WaffleHome.aspx” />
on Line 4, and then press Ctrl+F.
As before, the highlighted text should be displayed in the Find what box. Click the Quick
Replace button and in the “Find what” fi eld remove the fi lename and change it to read
Url=”_catalogs/masterpage/*” />.
Notice that we’ve replaced the actual fi lename with the
* wildcard character. This helps
to make the process signifi cantly faster and enables you to avoid manually changing the
Elements.xml fi le one line at a time.
18. In the Replace with fi eld, enter Type=”GhostableInLibrary” /> (see Figure 11-10).
Although the
Type attribute is optional, it is recommended that when you are deploying
branding fi les to include
GhostableInLibrary. This attribute lets SharePoint know that
this fi le should be deployed in an uncustomized state. In fact, “ghosted” is ...