Fix logo in public survey page

This commit is contained in:
Laurent Destailleur 2018-08-28 02:58:14 +02:00
parent 0a7ce338f9
commit 7df5993ee0

View File

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