Skip to content

Instantly share code, notes, and snippets.

@DWboutin
Last active August 29, 2015 14:15
Show Gist options
  • Save DWboutin/bed8ce8f3aaa76c713ed to your computer and use it in GitHub Desktop.
Save DWboutin/bed8ce8f3aaa76c713ed to your computer and use it in GitHub Desktop.
SharePoint 2010 placeholders
<!-- Titre du site -->
<SharePoint:ProjectProperty Property="Title" runat="server"/>
<!-- Breadcrumb -->
<asp:SiteMapPath runat="server" id="SiteMapPath1" ParentLevelsDisplayed="1" PathSeparator="&nbsp;&gt;&nbsp;">
<CurrentNodeStyle CssClass="actual" />
</asp:SiteMapPath>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment