jmButton
The jmButton function is used to create a new Menu Entry in a Jamroom Control panel section that has been started with jmTextBanner() form.tpl element name: menu_button
bool
jmButton
(string $text, [string $link = ''], [string $image_name = false], [string $target = '_self'])
-
string
$text: Text for the Option
-
string
$link: URL for Image/link
-
string
$image_name: Name of Image (for linking with icon).
-
string
$target: Browser target window
|