Fix: Use correct formating function.
This commit is contained in:
parent
845e0b3432
commit
45823ab7a6
@ -254,7 +254,7 @@ function dol_loginfunction($langs,$conf,$mysoc)
|
|||||||
$i++;
|
$i++;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
$main_home=nl2br($conf->global->MAIN_HOME);
|
$main_home=dol_htmlcleanlastbr($conf->global->MAIN_HOME);
|
||||||
|
|
||||||
// Google AD
|
// Google AD
|
||||||
$main_google_ad_client = ((! empty($conf->global->MAIN_GOOGLE_AD_CLIENT) && ! empty($conf->global->MAIN_GOOGLE_AD_SLOT))?1:0);
|
$main_google_ad_client = ((! empty($conf->global->MAIN_GOOGLE_AD_CLIENT) && ! empty($conf->global->MAIN_GOOGLE_AD_SLOT))?1:0);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user