i7MEDIA assumes no liability or responsibility for use of this code. We do however want to help you if you need it, so don't hesitate to contact us at http://i7media.net/contact.

"INSTALLING" THE CONTROL
============================
Copy the controls folder and all of its contents to your skin folder (data\sites\1\skins\YourSkin).

USING THE CONTROL
============================
1. Open the layout.Master file that is in your skin folder.

2. Put the following line in your skin's layout.master file, directly after the "<%@ Master..." tag.

   <%@ Register Src="controls/YouAreHere.ascx" TagName="YouAreHereControl" TagPrefix="i7" %>

2. Put the following line directly before your "<portal:Breadcrumbs" tag.

   <i7:YouAreHereControl ID="YouAreHere1" runat="server" Message="How You Got Here:" />

You can set the Message argument to whatever you want. If you don't use it, the text displayed will be "You Are Here:"

Happy mojo-ing!