Home
last modified time | relevance | path

Searched refs:templatestrings (Results 1 – 1 of 1) sorted by relevance

/dokuwiki/lib/exe/
H A Djs.php118 $templatestrings = js_templatestrings($tpl);
119 if (!empty($templatestrings)) {
120 $lang['js']['template'] = $templatestrings;
287 $templatestrings = [];
311 $templatestrings[$tpl] = $lang['js'];
313 return $templatestrings;