Changeset - fcfab825e944
[Not reviewed]
0 1 0
Joar Wandborg - 11 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
...
 
@@ -80,4 +80,5 @@
 
    <div class="content">
 
      <div class="container">
 
        <TMPL_IF PARENTLINKS>
 
          <ol class="breadcrumb">
 
            <TMPL_LOOP PARENTLINKS>
...
 
@@ -85,4 +86,5 @@
 
            </TMPL_LOOP>
 
          </ol>
 
        </TMPL_IF>
 
        <div class="page-header">
 
          <h1><TMPL_VAR TITLE></h1>
0 comments (0 inline, 0 general)