Home
last modified time | relevance | path

Searched refs:tpl_incdir (Results 1 – 25 of 26) sorted by last modified time

12

/template/mikio/
H A Dmikio.php56 $this->tplDir = tpl_incdir();
2139 $file = tpl_incdir() . $img;
/template/twigstarter/
H A DTemplateController.php38 if (is_dir(tpl_incdir() . 'templates')) {
39 $paths[] = tpl_incdir() . 'templates';
/template/bootstrap3/tpl/
H A Dglobal.php10 $template_dir = tpl_incdir();
H A Dmenu-admin.php64 $icon = tpl_incdir() . 'images/menu/puzzle.svg';
67 $icon = tpl_incdir() . 'images/menu/puzzle.svg';
/template/bootstrap3/
H A DTemplate.php32 $this->tplDir = tpl_incdir();
H A Dcss.php103 $tpl_incdir = tpl_incdir(); variable
161 if (file_exists($tpl_incdir . "assets/fonts/$bootswatch_theme.fonts.css")) {
/template/bootstrap3/compat/inc/
H A Dfunctions.php60 $tpl_incdir = tpl_incdir(); variable
62 require $tpl_incdir . 'Template.php';
63 require $tpl_incdir . 'SVG.php';
/template/bootstrap3/inc/Menu/Item/
H A DDiscussion.php31 $this->svg = tpl_incdir() . 'images/menu/file-document-box-outline.svg';
35 $this->svg = tpl_incdir() . 'images/menu/comment-text-multiple.svg';
H A DFeed.php25 $this->svg = tpl_incdir() . 'images/menu/rss.svg';
H A DSendMail.php23 $this->svg = tpl_incdir() . 'images/menu/email-plus.svg';
H A DHelp.php29 $this->svg = tpl_incdir() . 'images/menu/help.svg';
H A DImgOriginalSize.php26 $this->svg = tpl_incdir() . 'images/menu/image-size-select-large.svg';
H A DPermalink.php23 $this->svg = tpl_incdir() . 'images/menu/link.svg';
H A DPrintPage.php23 $this->svg = tpl_incdir() . 'images/menu/printer.svg';
H A DShareOn.php23 $this->svg = tpl_incdir() . 'images/menu/share-variant.svg';
/template/ach/
H A Dtpl_functions.php158 $file = tpl_incdir().$img;
230 $file = tpl_incdir().$file;
241 function tpl_incdir() { function
/template/dokubook/
H A Dtpl_functions.php53 case(@file_exists(tpl_incdir().'images/logo.jpg')):
56 case(@file_exists(tpl_incdir().'images/logo.jpeg')):
59 case(@file_exists(tpl_incdir().'images/logo.png')):
/template/starterbootstrap/
H A Dtpl_functions.php97 $file = tpl_incdir().$img;
169 $file = tpl_incdir().$file;
180 function tpl_incdir() { function
/template/starterpjax/
H A Dtpl_functions.php158 $file = tpl_incdir().$img;
230 $file = tpl_incdir().$file;
241 function tpl_incdir() { function
/template/taratasy/
H A Dtpl_functions.php158 $file = tpl_incdir().$img;
230 $file = tpl_incdir().$file;
/template/dokutwitterbootstrap/
H A Dtpl_functions.php158 $file = tpl_incdir().$img;
230 $file = tpl_incdir().$file;
241 function tpl_incdir() { function
/template/minima/
H A Dfunctions.php100 $file = tpl_incdir().'style.ini';
101 $file2 = tpl_incdir().'style_'.$color.'.ini';
/template/roundbox/
H A Droundbox.php10 $file = tpl_incdir().'style.ini';
11 $file2 = tpl_incdir().'themes/'.$theme.'/style.ini';
/template/aran/
H A Dtpl_functions.php158 $file = tpl_incdir().$img;
230 $file = tpl_incdir().$file;
241 function tpl_incdir() { function
/template/zenlike/
H A Dtpl_functions.php158 $file = tpl_incdir().$img;
230 $file = tpl_incdir().$file;
241 function tpl_incdir() { function

12