item::get_template_url (public, deprecated)
item::get_template_url item_id [ context ]
Defined in packages/acs-content-repository/tcl/deprecated-procs.tcl
Deprecated. Invoking this procedure generates a warning.
- Parameters:
- item_id (required)
- The item id
- context (optional, defaults to
"public")- {default 'public'} The context in which the template will be used.
- Returns:
- The template_id of the template which can be used to render the item, or an empty string on failure
- See Also:
- proc item::get_template_id
- content::item::get_path
- Testcases:
- No testcase defined.