Home
last modified time | relevance | path

Searched refs:navbar_labels (Results 1 – 2 of 2) sorted by relevance

/template/bootstrap3/tpl/
Dmenu-tools.php12 $navbar_labels = $TPL->getConf('navbarLabels'); variable
35 … iconify($data['icon']); ?> <span class="<?php echo (in_array($tool, $navbar_labels) ? '' : 'hidde…
57 …iconify('mdi:wrench'); ?> <span class="<?php echo (in_array('tools', $navbar_labels) ? '' : 'hidde…
Dnavbar.php14 $navbar_labels = $TPL->getConf('navbarLabels'); variable
146 …$register_html .= '<span class="' . (in_array('register', $navbar_labels) ? null : 'sr-only') . '"…
160 …$login_html .= '<span class="' . (in_array('login', $navbar_labels) ? null : 'sr-only') . '"> ' . …