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.
|
- <?php
- /**
- * DokuWiki Bootstrap3 Template: navbar.html
- *
- * @link http://dokuwiki.org/template:bootstrap3
- * @author Giuseppe Di Terlizzi <giuseppe.diterlizzi@gmail.com>
- * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
- *
- * Copy this file in <dokuwiki>/conf directory
- */
- ?>
- <?php global $ID ?>
- <li<?php echo ((wl($ID) == wl()) ? ' class="active"' : ''); ?>>
- <?php tpl_link(wl(), '<i class="glyphicon glyphicon-home"></i> Home') ?>
- </li>
|