Searched refs:template_text (Results 1 – 2 of 2) sorted by relevance
81 $template_text = $this->replace_args($template, $template_arguments);82 return $template_text;112 function replace_args($template_text, $args) { argument115 $template_text = str_replace('{{{' . $key . '}}}', $args[$key], $template_text);118 …$template_text = preg_replace('/\{\{\{.*?\}\}\}/', $this->getLang('missing_argument'), $template_t…119 return $template_text;
372 //$template_text = rawLocale($template_id); // this works for core artifacts only - not for plugins374 $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);