Lines Matching refs:DOKU_TPLINC
45 include DOKU_TPLINC."lang/en/lang.php";
49 file_exists(DOKU_TPLINC."/lang/".$conf["lang"]."/lang.php")){
52 include DOKU_TPLINC."/lang/".$conf["lang"]."/lang.php";
80 if (file_exists(DOKU_TPLINC."user/favicon.ico")){
84 }elseif (file_exists(DOKU_TPLINC."user/favicon.png")){
95 if (file_exists(DOKU_TPLINC."user/apple-touch-icon.png")){
103 if (tpl_getConf("prsnl10_loaduserjs") && file_exists(DOKU_TPLINC."user/user.js")){
131 if (file_exists(DOKU_TPLINC."user/logo.png")){
134 }elseif (file_exists(DOKU_TPLINC."user/logo.gif")){
137 }elseif (file_exists(DOKU_TPLINC."user/logo.jpg")){
343 if (file_exists(DOKU_TPLINC."/user/tracker.php")){
344 include DOKU_TPLINC."/user/tracker.php";