Lines Matching refs:DOKU_TPLINC
97 include DOKU_TPLINC."lang/en/lang.php";
101 file_exists(DOKU_TPLINC."/lang/".$conf["lang"]."/lang.php")){
104 include DOKU_TPLINC."/lang/".$conf["lang"]."/lang.php";
116 include DOKU_TPLINC."/conf/tabs.php"; //default
117 if (file_exists(DOKU_TPLINC."/user/tabs.php")){
118 include DOKU_TPLINC."/user/tabs.php"; //add user defined
123 include DOKU_TPLINC."/conf/boxes.php"; //default
124 if (file_exists(DOKU_TPLINC."/user/boxes.php")){
125 include DOKU_TPLINC."/user/boxes.php"; //add user defined
130 include DOKU_TPLINC."/conf/buttons.php"; //default
131 if (file_exists(DOKU_TPLINC."/user/buttons.php")){
132 include DOKU_TPLINC."/user/buttons.php"; //add user defined
433 if (file_exists(DOKU_TPLINC."user/favicon.ico")){
437 }elseif (file_exists(DOKU_TPLINC."user/favicon.png")){
448 if (file_exists(DOKU_TPLINC."user/apple-touch-icon.png")){
456 if (tpl_getConf("vector_loaduserjs") && file_exists(DOKU_TPLINC."user/user.js")){
473 if (file_exists(DOKU_TPLINC."lang/".$conf["lang"]."/style.css")){
474 $interim = trim(file_get_contents(DOKU_TPLINC."lang/".$conf["lang"]."/style.css"));
607 include DOKU_TPLINC."inc_detail.php";
611 include DOKU_TPLINC."inc_cite.php";
748 if (file_exists(DOKU_TPLINC."user/logo.png")){
751 }elseif (file_exists(DOKU_TPLINC."user/logo.gif")){
754 }elseif (file_exists(DOKU_TPLINC."user/logo.jpg")){
858 if (file_exists(DOKU_TPLINC."/user/tracker.php")){
859 include DOKU_TPLINC."/user/tracker.php";