Home
last modified time | relevance | path

Searched refs:inlineSVG (Results 1 – 18 of 18) sorted by relevance

/template/kiwiki/partial/
H A Dheader.php33 <strong><?php echo inlineSVG(KIWIKI_IMAGES_PATH . 'search.svg') ?></strong>
37 <strong><?php echo inlineSVG(KIWIKI_IMAGES_PATH . 'full_screen.svg') ?></strong>
41 <strong><?php echo inlineSVG(KIWIKI_IMAGES_PATH . 'theme_mode.svg') ?></strong>
45 <strong><?php echo inlineSVG(KIWIKI_IMAGES_PATH . 'preferences.svg') ?></strong>
53 .'<span class="icon">'.inlineSVG($item->getSvg()).'</span>'
68 <strong><?php echo inlineSVG(KIWIKI_IMAGES_PATH . 'user_icon.svg') ?></strong>
/template/sprintdoc/tpl/
H A Dmain-sidebar-nav.php7 <span class="ico"><?php echo inlineSVG(__DIR__ . '/../img/sitemap.svg') ?></span>
34 <span class="ico"><?php echo inlineSVG(__DIR__ . '/../img/account-settings.svg') ?></span>
68 <span class="ico"><?php echo inlineSVG(__DIR__ . '/../img/star-circle.svg') ?></span>
92 <span class="ico"><?php echo inlineSVG(__DIR__ . '/../img/apple-safari.svg') ?></span>
/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());
H A Dmenu-admin.php74 inlineSVG($icon) . ' ' . $label .
/template/sprintdoc/
H A Dtpl.php88 $svg = inlineSVG($svg);
89 if(!$svg) $svg = inlineSVG(__DIR__ . '/images/tools/' . self::$icons['default']);
/template/kiwiki/classes/
H A Dkiwiki_functions.php9 $output = '<a class="edit-this" href="doku.php?id=' . $what . '&do=edit">' . inlineSVG(KIWIKI_IMAGES_PATH . 'edit.svg') .'</a>';
/template/kiwiki/
H A Dmain.php69 .'<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.php2343 $html .= \inlineSVG($item->getSvg());
/template/material/
H A Dmain.php191 .inlineSVG($action->getSvg())."
/template/bootstrap3/compat/inc/
H A Dfunctions.php70 if (!function_exists('inlineSVG')) {
72 function inlineSVG($file, $maxsize = 2048) function
/template/notos/
H A DCustomController.php55 …$html .= '<span class="opener">' . inlineSVG(__DIR__ . '/ico/plus-circle-outline.svg') . '</span>';
/template/bootstrap3/compat/inc/Menu/Item/
H A DAbstractItem.php160 $html .= inlineSVG($this->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()) .