|
|
|
@ -44,7 +44,7 @@ $interbreadcrumb[] = [ |
|
|
|
]; |
|
|
|
]; |
|
|
|
$interbreadcrumb[] = [ |
|
|
|
$interbreadcrumb[] = [ |
|
|
|
'url' => api_get_path(WEB_CODE_PATH).'survey/survey.php?survey_id='.$surveyId.'&'.api_get_cidreq(), |
|
|
|
'url' => api_get_path(WEB_CODE_PATH).'survey/survey.php?survey_id='.$surveyId.'&'.api_get_cidreq(), |
|
|
|
'name' => strip_tags($survey_data['title']), |
|
|
|
'name' => strip_tags($survey_data['title'], '<span>'), |
|
|
|
]; |
|
|
|
]; |
|
|
|
|
|
|
|
|
|
|
|
$htmlHeadXtra[] = '<script>'.api_get_language_translate_html().'</script>'; |
|
|
|
$htmlHeadXtra[] = '<script>'.api_get_language_translate_html().'</script>'; |
|
|
|
|