Skip to content

Commit

Permalink
Item9024: Make last breadcrumb item (topic) clickable if not a wiki w…
Browse files Browse the repository at this point in the history
…ord name

git-svn-id: http://svn.foswiki.org/trunk@7431 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
ArthurClemens authored and ArthurClemens committed May 15, 2010
1 parent 1cc0d86 commit 711213f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PatternSkin/templates/view.pattern.tmpl
Expand Up @@ -34,7 +34,7 @@

%TMPL:DEF{"breadcrumb:parents"}%%META{"parent" nowebhome="on" prefix="%TMPL:P{"breadcrumb:separator"}%" separator="%TMPL:P{"breadcrumb:separator"}%" suffix=""}%%TMPL:END%

%TMPL:DEF{"breadcrumb:topic"}%<nop>%TOPIC%%TMPL:END%
%TMPL:DEF{"breadcrumb:topic"}%[[%TOPIC%]]%TMPL:END%

%TMPL:DEF{"breadcrumb:title"}%<span class="patternHomePathTitle">%MAKETEXT{"You are here:"}% </span>%TMPL:END%

Expand Down

0 comments on commit 711213f

Please sign in to comment.