Changeset - 8c2fb49f4c65
[Not reviewed]
0 1 0
Joar Wandborg - 9 years ago 2014-11-05 22:57:21
joar@wandborg.se
(Hopefully) only show breadcrumbs when there are any
1 file changed with 7 insertions and 5 deletions:
0 comments (0 inline, 0 general)
templates/page.tmpl
Show inline comments
...
 
@@ -79,11 +79,13 @@
 

	
 
    <div class="content">
 
      <div class="container">
 
        <ol class="breadcrumb">
 
          <TMPL_LOOP PARENTLINKS>
 
          <li><a href="<TMPL_VAR URL>"><TMPL_VAR PAGE></a></li>
 
          </TMPL_LOOP>
 
        </ol>
 
        <TMPL_IF PARENTLINKS>
 
          <ol class="breadcrumb">
 
            <TMPL_LOOP PARENTLINKS>
 
            <li><a href="<TMPL_VAR URL>"><TMPL_VAR PAGE></a></li>
 
            </TMPL_LOOP>
 
          </ol>
 
        </TMPL_IF>
 
        <div class="page-header">
 
          <h1><TMPL_VAR TITLE></h1>
 
        </div>
0 comments (0 inline, 0 general)