Skip to content

Commit

Permalink
Fixed issue #10074: body has a new class 'bootstrap-engine'
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisGac committed Dec 9, 2015
1 parent e212ae2 commit fba77c3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions application/helpers/replacements_helper.php
Expand Up @@ -157,6 +157,9 @@ function templatereplace($line, $replacements = array(), &$redata = array(), $de
{
$surveyformat = "";
}

$surveyformat .= " bootstrap-engine ";

if ((isset(Yii::app()->session['step']) && Yii::app()->session['step'] % 2) && $surveyformat!="allinone")
{
$surveyformat .= " page-odd";
Expand Down

0 comments on commit fba77c3

Please sign in to comment.