mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
Update main.inc.php
This commit is contained in:
parent
1c5888d6d2
commit
9aecf48ce3
|
|
@ -3211,7 +3211,7 @@ if (!function_exists("llxFooter")) {
|
|||
global $contextpage, $page, $limit, $mode;
|
||||
global $dolibarr_distrib;
|
||||
|
||||
$ext = 'layout='.$conf->browser->layout.'&version='.urlencode(DOL_VERSION);
|
||||
$ext = 'layout='.urlencode($conf->browser->layout).'&version='.urlencode(DOL_VERSION);
|
||||
|
||||
// Hook to add more things on all pages within fiche DIV
|
||||
$llxfooter = '';
|
||||
|
|
@ -3222,7 +3222,9 @@ if (!function_exists("llxFooter")) {
|
|||
} elseif ($reshook > 0) {
|
||||
$llxfooter = $hookmanager->resPrint;
|
||||
}
|
||||
print $llxfooter;
|
||||
if ($llxfooter) {
|
||||
print $llxfooter;
|
||||
}
|
||||
|
||||
// Global html output events ($mesgs, $errors, $warnings)
|
||||
dol_htmloutput_events($disabledoutputofmessages);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user