template::get_mime_header_preamble (public)
template::get_mime_header_preamble mime_type
Defined in packages/acs-templating/tcl/mime-procs.tcl
- Parameters:
- mime_type (required)
- Returns:
- the mime_header preamble if exists otherwise ""
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
Source code: if { [nsv_exists template_header_preamble $mime_type] } { return [nsv_get template_header_preamble $mime_type] } else { return "" }XQL Not present: Generic, PostgreSQL, Oracle