Skip to content

Commit

Permalink
Dev: renamed main_layout to layout_main
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisGac committed Apr 19, 2017
1 parent 3d6dd83 commit 320c347
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/helpers/SurveyRuntimeHelper.php
Expand Up @@ -472,7 +472,7 @@ public function run($surveyid,$args)
$thissurvey['aLEM']['debugvalidation']['message'] = $moveResult['message'];
}

echo Yii::app()->twigRenderer->renderTemplateFromString( file_get_contents($sTemplateViewPath."main_layout.twig"), array('aSurveyInfo'=>$thissurvey), false);
echo Yii::app()->twigRenderer->renderTemplateFromString( file_get_contents($sTemplateViewPath."layout_main.twig"), array('aSurveyInfo'=>$thissurvey), false);
}


Expand Down
File renamed without changes.

0 comments on commit 320c347

Please sign in to comment.