diff --git a/htdocs/main.inc.php b/htdocs/main.inc.php index 9564e56af09..358db46a2be 100644 --- a/htdocs/main.inc.php +++ b/htdocs/main.inc.php @@ -753,15 +753,16 @@ $heightforframes=48; /** - * \brief Show HTML header HTML + BODY + Top menu + left menu + DIV - * \param head Add optionnal head lines - * \param title - * \param help_url - * \param target - * \param disablejs - * \param disablehead - * \param arrayofjs - * \param arrayofcss + * Show HTML header HTML + BODY + Top menu + left menu + DIV + * @param head Add optionnal head lines + * @param title Title of web page + * @param help_url Url links to help page + * @param target Target to use in menu links + * @param disablejs Do not output links to js (Ex: qd fonction utilisee par sous formulaire Ajax) + * @param disablehead Do not output head section + * @param arrayofjs Array of js files to add in header + * @param arrayofcss Array of css files to add in header + * @param morequerystring Query string to add to the link "print" to get same parameters (use only if autodetect fails) */ if (! function_exists("llxHeader")) { @@ -932,14 +933,15 @@ function top_htmlhead($head, $title='', $disablejs=0, $disablehead=0, $arrayofjs /** - * \brief Show an HTML header + a BODY + The top menu bar - * \param head Lines in the HEAD - * \param title Title of web page - * \param target Target to use in menu links - * \param disablejs Do not output links to js (Ex: qd fonction utilisee par sous formulaire Ajax) - * \param disablehead Do not output head section - * \param arrayofjs Array of js files to add in header - * \param arrayofcss Array of css files to add in header + * Show an HTML header + a BODY + The top menu bar + * @param head Lines in the HEAD + * @param title Title of web page + * @param target Target to use in menu links + * @param disablejs Do not output links to js (Ex: qd fonction utilisee par sous formulaire Ajax) + * @param disablehead Do not output head section + * @param arrayofjs Array of js files to add in header + * @param arrayofcss Array of css files to add in header + * @param morequerystring Query string to add to the link "print" to get same parameters (use only if autodetect fails) */ function top_menu($head, $title='', $target='', $disablejs=0, $disablehead=0, $arrayofjs='', $arrayofcss='') { @@ -1125,8 +1127,9 @@ function top_menu($head, $title='', $target='', $disablejs=0, $disablehead=0, $a } print '