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"; //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"; //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"; //user defined
484 if (file_exists(DOKU_TPLINC."user/favicon.ico")){
488 }elseif (file_exists(DOKU_TPLINC."user/favicon.png")){
499 if (file_exists(DOKU_TPLINC."user/apple-touch-icon.png")){
507 if (tpl_getConf("monobook_loaduserjs") && file_exists(DOKU_TPLINC."user/user.js")){
524 if (file_exists(DOKU_TPLINC."lang/".$conf["lang"]."/style.css")){
525 $interim = trim(file_get_contents(DOKU_TPLINC."lang/".$conf["lang"]."/style.css"));
654 include DOKU_TPLINC."inc_detail.php";
658 include DOKU_TPLINC."inc_cite.php";
706 if (file_exists(DOKU_TPLINC."user/logo.png")){
709 }elseif (file_exists(DOKU_TPLINC."user/logo.gif")){
712 }elseif (file_exists(DOKU_TPLINC."user/logo.jpg")){
854 if (file_exists(DOKU_TPLINC."/user/tracker.php")){
855 include DOKU_TPLINC."/user/tracker.php";