Changeset - fcfab825e944
[Not reviewed]
0 1 0
Joar Wandborg - 10 years ago 2013-10-23 18:18:34
joar@wandborg.se
(Hopefully) only show breadcrumbs when there are any
1 file changed with 2 insertions and 0 deletions:
0 comments (0 inline, 0 general)
templates/page.tmpl
Show inline comments
...
 
@@ -76,17 +76,19 @@
 
      </div><!-- /container -->
 
    </header>
 

	
 

	
 
    <div class="content">
 
      <div class="container">
 
        <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>
 

	
 
        <TMPL_VAR CONTENT>
 
      </div> <!-- /container -->
0 comments (0 inline, 0 general)