mirror of
https://github.com/webmin/webmin.git
synced 2025-08-16 14:51:18 +00:00
Merge pull request #2241 from bim-g/update_ui_print_header_documentation
[FIX] Add missing `title` parameter to `ui_print_header` method on the documentation
This commit is contained in:
@ -1690,7 +1690,7 @@ if (!$tconfig{'nohr'} && !$tconfig{'nobottomhr'}) {
|
||||
return $rv;
|
||||
}
|
||||
|
||||
=head2 ui_print_header(subtext, image, [help], [config], [nomodule], [nowebmin], [rightside], [head-stuff], [body-stuff], [below])
|
||||
=head2 ui_print_header(subtext, title, image, [help], [config], [nomodule], [nowebmin], [rightside], [head-stuff], [body-stuff], [below])
|
||||
|
||||
Print HTML for a header with the post-header line. The args are the same
|
||||
as those passed to header(), defined in web-lib-funcs.pl, with the addition
|
||||
|
Reference in New Issue
Block a user