Fix logo on public page of survey

This commit is contained in:
Laurent Destailleur
2018-08-28 03:03:05 +02:00
parent 2349f99eb9
commit b875abb27b

View File

@@ -70,7 +70,7 @@ function opensurvey_prepare_head(Opensurveysondage $object) {
*/
function llxHeaderSurvey($title, $head="", $disablejs=0, $disablehead=0, $arrayofjs='', $arrayofcss='')
{
global $mysoc;
global $conf, $mysoc;
top_htmlhead($head, $title, $disablejs, $disablehead, $arrayofjs, $arrayofcss); // Show html headers
print '<body id="mainbody" class="publicnewmemberform" style="margin-top: 10px;">';