Home
last modified time | relevance | path

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

/dports/www/fusionpbx/fusionpbx-4.4.1/resources/templates/engine/smarty/sysplugins/
H A Dsmarty_internal_template.php221 $content = $this->createTemplateCodeFrame($content, true);
336 public function createTemplateCodeFrame($content = '', $cache = false) function in Smarty_Internal_Template
H A Dsmarty_internal_templatecompilerbase.php301 … $code = $template_header . $template->createTemplateCodeFrame($_compiled_code) . $merged_code;