Last active
January 4, 2016 05:09
Revisions
-
atstyle renamed this gist
May 10, 2014 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
atstyle revised this gist
Jan 28, 2014 . No changes.There are no files selected for viewing
-
atstyle revised this gist
Jan 28, 2014 . No changes.There are no files selected for viewing
-
atstyle created this gist
Jan 23, 2014 .There are no files selected for viewing
This file contains 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,13 @@ <ul class="breadcrumb"> <li><a href="<$mt:WebsiteURL$>">Home</a></li> <mt:SetVarBlock name="pagebasename"><$mt:PageBaseName$></mt:SetVarBlock> <mt:ParentFolder> <li><a href="<$mt:WebsiteURL$><$mt:FolderPath>/"><$mt:FolderLabel remove_html="1"$></a></li> </mt:ParentFolder> <mt:Unless name="pagebasename" eq="index"> <mt:PageFolder> <li><a href="<$mt:WebsiteURL$><$mt:FolderPath$>/"><$mt:FolderLabel remove_html="1"$></a></li> </mt:PageFolder> </mt:Unless> <li><$mt:PageTitle$></li> </ul>