jmLinkCell
The jmLinkCell function is used to create a "link" cell where the text is linked to a URL (like in the Jamroom Tools menu) form.tpl element name: form_custom
bool
jmLinkCell
(string $title, string $text, [string $title_url = false], [integer $height = 30], [string $sub_title = false])
-
string
$title: Text of Title (to be linked to)
-
string
$text: Text to be shown to the right (i.e. the description)
-
string
$title_url: URL to link to Title
-
integer
$height: Height of cell
-
string
$sub_title: Text of smaller sub title under "Title"
|