Last active
August 29, 2015 14:15
-
-
Save DWboutin/bed8ce8f3aaa76c713ed to your computer and use it in GitHub Desktop.
SharePoint 2010 placeholders
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- Titre du site --> | |
<SharePoint:ProjectProperty Property="Title" runat="server"/> | |
<!-- Breadcrumb --> | |
<asp:SiteMapPath runat="server" id="SiteMapPath1" ParentLevelsDisplayed="1" PathSeparator=" > "> | |
<CurrentNodeStyle CssClass="actual" /> | |
</asp:SiteMapPath> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment