Home
last modified time | relevance | path

Searched refs:getSvg (Results 1 – 12 of 12) sorted by relevance

/template/argon-alt/
H A Dmain.php90 … .'<i class="argon-doku-navbar-icon">'.inlineSVG($item->getSvg()).'</i>'
195 .'<i class="">'.inlineSVG($item->getSvg()).'</i>'
209 .'<i class="">'.inlineSVG($item->getSvg()).'</i>'
/template/argon/
H A Dmain.php94 .'<i class="argon-doku-navbar-icon" aria-hidden="true">'.inlineSVG($item->getSvg()).'</i>'
231 .'<i class="">'.inlineSVG($item->getSvg()).'</i>'
282 .'<i class="" aria-hidden="true">'.inlineSVG($item->getSvg()).'</i>'
/template/bootstrap3/tpl/
H A Dnavbar.php120 $edit_html .= \inlineSVG($edit_action->getSvg());
145 $register_html .= \inlineSVG($register_action->getSvg());
159 $login_html .= \inlineSVG($login_action->getSvg());
H A Dpage-icons.php33 $html .= \inlineSVG($item->getSvg());
/template/bootstrap3/compat/inc/Menu/Item/
H A DAbstractItem.php160 $html .= inlineSVG($this->getSvg());
185 $this->getSvg()
233 public function getSvg() { function in dokuwiki\\Menu\\Item\\AbstractItem
/template/kiwiki/
H A Dmain.php69 .'<span class="icon">'.inlineSVG($item->getSvg()).'</span>'
/template/kiwiki/partial/
H A Dheader.php53 .'<span class="icon">'.inlineSVG($item->getSvg()).'</span>'
/template/bootstrap3/
H A Dmain.php165 echo '<a '. buildAttributes($login_item->getLinkAttributes()) .'>'. inlineSVG($login_item->getSvg()) . ' ' . hsc($login_item->getLabel()) .'</a>';
H A Ddetail.php513 echo '<a '. buildAttributes($login_item->getLinkAttributes()) .'>'. inlineSVG($login_item->getSvg()) . ' ' . hsc($login_item->getLabel()) .'</a>';
H A DTemplate.php2019 $svg_icon = $menu_item->getSvg();
2343 $html .= \inlineSVG($item->getSvg());
/template/material/
H A Dmain.php191 .inlineSVG($action->getSvg())."
/template/mikio/
H A Dmikio.php535 $itemHtml .= '<span class="mikio-icon">' . inlineSVG($item->getSvg()) . '</span>';
560 $itemHtml .= '<span class="mikio-icon">' . inlineSVG($item->getSvg()) . '</span>';
584 $itemHtml .= '<span class="mikio-icon">' . inlineSVG($item->getSvg()) . '</span>';
1027 $title . '"' . (isset($attr['accesskey']) && $attr['accesskey'] !== '' ? ' accesskey="' . $attr['accesskey'] . '"' : '') . '><div class="icon">' . inlineSVG($item->getSvg()) .