Skip to content

Commit

Permalink
Fix logo in public survey page
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Aug 28, 2018
1 parent 0a7ce33 commit 7df5993
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions htdocs/opensurvey/fonctions.php
Expand Up @@ -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;">';

Expand Down

0 comments on commit 7df5993

Please sign in to comment.