Example trail code for index
12/28/2011 10:28:12 PM
Sender: John Rebbeck
This code:
<div class="Trail">
<a href='<%= Request.ApplicationPath %>'>
<%= Language.Home %>
</a> >
<a href='<%= new UrlCreator().CreateUrl("Index", "Project") %>'>
<%= Language.Projects %>
</a>
</div>
was taken from this page:
http://code.google.com/p/workhub2/source/browse/trunk/Src/App/Modules/Projects/Web/Projections/Project-Index.ascx#55
Subject
Add breadcrumb trail to planning module projections
Each projection in the planning module needs breadcrumb trails like that in the projects module