jrHtmlFormTemplate
The jrHtmlFormTemplate is used for showing and capturing the output of a smarty template and placing it in a Jamroom Control Panel form.
form.tpl element name: form_template
bool
jrHtmlFormTemplate
(string $template, [string $type = 'cp'], [array $_data = false], [string $tdir = false])
-
string
$template: Template name
-
string
$type: Template Type - can be "cp", "skin" or "theme" or "template"
-
array
$_data: Replacement variables in key => value pairs to make available in the templates
-
string
$tdir: If template is located in jamroom/templates directory, name of subdirectory the template is located in
|