Skip to content

Commit

Permalink
Item531: remove space; add explicit include path in case skin is not …
Browse files Browse the repository at this point in the history
…set globally

git-svn-id: http://svn.foswiki.org/trunk/FoswikiSiteSkin@2278 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
ArthurClemens authored and ArthurClemens committed Jan 31, 2009
1 parent 63d4f19 commit f24ea83
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion templates/view.foswikisite.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@

%TMPL:DEF{"breadcrumb:annotation"}%%IF{"defined rev" then=" %MAKETEXT{"(revision [_1])" args="%URLPARAM{"rev"}%"}%" else=" <span class='patternRevInfo'>(%REVINFO{format="$date"}%)</span>"}%%IF{"defined raw" then=" %MAKETEXT{"(raw view)"}%"}%%TMPL:END%

%TMPL:DEF{"breadcrumb:currenttopic"}%%TMPL:P{"breadcrumb:separator"}%<a href="%SCRIPTURL{view}%/%WEB%/%TOPIC%" title='%MAKETEXT{"Topic revision:"}% %REVINFO{format="$rev ($date - $time), !$wikiname"}%'>%TMPL:P{"breadcrumb:topic"}%</a>%TMPL:P{"breadcrumb:annotation"}%%TMPL:END%
%TMPL:DEF{"breadcrumb:currenttopic"}%%TMPL:P{"breadcrumb:separator"}%<a href="%SCRIPTURL{view}%/%WEB%/%TOPIC%" title='%MAKETEXT{"Topic revision:"}% %REVINFO{format="$rev ($date - $time), !$wikiname"}%'>%TMPL:P{"breadcrumb:topic"}%</a>%TMPL:P{"breadcrumb:annotation"}%%TMPL:END%
2 changes: 1 addition & 1 deletion templates/viewtopbar.foswikisite.tmpl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
%TMPL:INCLUDE{"viewtopbar"}%
%TMPL:INCLUDE{"Navigation"}% %{ loads System.FoswikiSiteSkinNavigationTemplate }%
%TMPL:INCLUDE{"%SYSTEMWEB%.FoswikiSiteSkinNavigation"}% %{ loads System.FoswikiSiteSkinNavigationTemplate }%

%TMPL:DEF{"topbar"}%<div id="patternTopBar"><div id="patternTopBarContentsWrapper"><div id="patternTopBarContents">%IF{"istopic '%SYSTEMWEB%.WebTopBar'" then="$percntINCLUDE{$quot%SYSTEMWEB%.WebTopBar$quot}$percnt" else="$percntINCLUDE{$quot%SYSTEMWEB%.WebTopBarExample$quot}$percnt"}%</div><!--/patternTopBarContents-->%TMPL:P{"topbarbuttons"}%</div><!--/patternTopBarContentsWrapper--></div><!-- /patternTopBar-->%TMPL:END%

0 comments on commit f24ea83

Please sign in to comment.