Can I create a customAction to hide the Theme link in Site Settings in SharePoint 2010 ? If so, what does the Element.xml look like ? I've tried the following:
<Elements xmlns="http://schemas.microsoft.com/sharepoint/">
<HideCustomAction
GroupId = "Customization"
HideActionId = "Theme"
Id = "HideTheme"
Location = "Microsoft.SharePoint.SiteSettings">
</HideCustomAction>
</Elements>
Bismarck