Lines Matching refs:DOKU_TPLINC
44 include DOKU_TPLINC."lang/en/lang.php";
48 file_exists(DOKU_TPLINC."/lang/".$conf["lang"]."/lang.php")){
51 include DOKU_TPLINC."/lang/".$conf["lang"]."/lang.php";
63 if (file_exists(DOKU_TPLINC."/user/boxes.php")){ //user defined
64 include DOKU_TPLINC."/user/boxes.php";
157 if (file_exists(DOKU_TPLINC."user/favicon.ico")){
161 }elseif (file_exists(DOKU_TPLINC."user/favicon.png")){
172 if (file_exists(DOKU_TPLINC."user/apple-touch-icon.png")){
180 if (tpl_getConf("mnmlblog_loaduserjs") && file_exists(DOKU_TPLINC."user/user.js")){
207 if (file_exists(DOKU_TPLINC."user/logo.png")){
210 }elseif (file_exists(DOKU_TPLINC."user/logo.gif")){
213 }elseif (file_exists(DOKU_TPLINC."user/logo.jpg")){
443 if (file_exists(DOKU_TPLINC."/user/tracker.php")){
444 include DOKU_TPLINC."/user/tracker.php";