Home
last modified time | relevance | path

Searched refs:DOKU_TPLINC (Results 51 – 52 of 52) sorted by path

123

/template/vector/
H A Dmain.php97 include DOKU_TPLINC."lang/en/lang.php";
116 include DOKU_TPLINC."/conf/tabs.php"; //default
117 if (file_exists(DOKU_TPLINC."/user/tabs.php")){
123 include DOKU_TPLINC."/conf/boxes.php"; //default
124 if (file_exists(DOKU_TPLINC."/user/boxes.php")){
130 include DOKU_TPLINC."/conf/buttons.php"; //default
131 if (file_exists(DOKU_TPLINC."/user/buttons.php")){
433 if (file_exists(DOKU_TPLINC."user/favicon.ico")){
607 include DOKU_TPLINC."inc_detail.php";
611 include DOKU_TPLINC."inc_cite.php";
[all …]
H A Dmediamanager.php41 if (file_exists(DOKU_TPLINC."user/favicon.ico")){
45 }elseif (file_exists(DOKU_TPLINC."user/favicon.png")){
56 if (file_exists(DOKU_TPLINC."user/apple-touch-icon.png")){
69 if (file_exists(DOKU_TPLINC."lang/".$conf["lang"]."/style.css")){
70 $interim = trim(file_get_contents(DOKU_TPLINC."lang/".$conf["lang"]."/style.css"));

123