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.
Source code: ad_log_deprecated proc item::get_template_url set template_id [::content::item::get_template -item_id $item_id -use_context $context] if { $template_id eq "" } { return "" } return [::content::item::get_virtual_path -item_id $template_id]Generic XQL file: packages/acs-content-repository/tcl/deprecated-procs.xql
PostgreSQL XQL file: packages/acs-content-repository/tcl/deprecated-procs-postgresql.xql
Oracle XQL file: packages/acs-content-repository/tcl/deprecated-procs-oracle.xql