Home
last modified time | relevance | path

Searched refs:tpl_incdir (Results 1 – 25 of 26) sorted by relevance

12

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

12