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
440 if (file_exists(DOKU_TPLINC."user/favicon.ico")){
444 }elseif (file_exists(DOKU_TPLINC."user/favicon.png")){
455 if (file_exists(DOKU_TPLINC."user/apple-touch-icon.png")){
463 if (tpl_getConf("vector_loaduserjs") && file_exists(DOKU_TPLINC."user/user.js")){
480 if (file_exists(DOKU_TPLINC."lang/".$conf["lang"]."/style.css")){
481 $interim = trim(file_get_contents(DOKU_TPLINC."lang/".$conf["lang"]."/style.css"));
569 if (file_exists(DOKU_TPLINC."user/logo.png")){
571 }elseif (file_exists(DOKU_TPLINC."user/logo.gif")){
573 }elseif (file_exists(DOKU_TPLINC."user/logo.jpg")){
846 include DOKU_TPLINC."inc_detail.php";
850 include DOKU_TPLINC."inc_cite.php";
975 if (file_exists(DOKU_TPLINC."/user/tracker.php")){
976 include DOKU_TPLINC."/user/tracker.php";