Home
last modified time | relevance | path

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

/plugin/wst/syntax/
H A Dtemplate.php81 $template_text = $this->replace_args($template, $template_arguments);
82 return $template_text;
112 function replace_args($template_text, $args) { argument
115 $template_text = str_replace('{{{' . $key . '}}}', $args[$key], $template_text);
118 …$template_text = preg_replace('/\{\{\{.*?\}\}\}/', $this->getLang('missing_argument'), $template_t…
119 return $template_text;
/plugin/gitbacked/action/
H A Deditcommit.php372 //$template_text = rawLocale($template_id); // this works for core artifacts only - not for plugins
374 $template_text = file_get_contents($template_filename);
375 $template_html = $this->render_text($template_text);
380 //dbglog("GitBacked - template text['".$template_id."']: ".$template_text);
383 $mailer->setBody($template_text, $template_replacements, null, $template_html);