File diff 6dd7c9edde28 → 461e68226d26
templates/page.tmpl
Show inline comments
...
 
@@ -27,25 +27,25 @@
 
  </head>
 

	
 
  <body>
 
    <header class="navbar navbar-default navbar-fixed-top copyleft-navbar">
 
      <div class="container">
 
        <div class="navbar-header">
 
          <button class="navbar-toggle" data-target=".copyleft-navbar-collapse" data-toggle="collapse" type="button">
 
            <span class="sr-only">Toggle navigation</span>
 
            <span class="icon-bar"></span>
 
            <span class="icon-bar"></span>
 
            <span class="icon-bar"></span>
 
          </button>
 
         <svg x="0" y="0" width="48" height="48"  style="float:left;margin:5px;"><image x="0"  y="0" xlink:href="/copyleft.svg" src="/copyleft.png" width="48" height="48" /></svg>
 
         <svg x="0" y="0" width="245" height="50"  style="float:left;margin:5px;"><image x="0"  y="0" xlink:href="/copyleftorg-green-stylized.svg" src="/copyleftorg-green-stylized.png" width="245" height="50" /></svg>
 
         <a class="navbar-brand" href="<TMPL_VAR BASEURL>"><TMPL_VAR WIKINAME></a>
 
        </div>
 
    </div></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>