You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

16 lines
457 B

  1. <?php
  2. /**
  3. * DokuWiki Bootstrap3 Template: navbar.html
  4. *
  5. * @link http://dokuwiki.org/template:bootstrap3
  6. * @author Giuseppe Di Terlizzi <giuseppe.diterlizzi@gmail.com>
  7. * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
  8. *
  9. * Copy this file in <dokuwiki>/conf directory
  10. */
  11. ?>
  12. <?php global $ID ?>
  13. <li<?php echo ((wl($ID) == wl()) ? ' class="active"' : ''); ?>>
  14. <?php tpl_link(wl(), '<i class="glyphicon glyphicon-home"></i> Home') ?>
  15. </li>