diff --git a/main/exercice/exercice.php b/main/exercice/exercice.php index a0bf9126ab..4f923b874d 100644 --- a/main/exercice/exercice.php +++ b/main/exercice/exercice.php @@ -1,5 +1,5 @@ ' . Display :: return_icon('new_test.gif', get_lang('NewEx')) . get_lang('NewEx') . ''; + echo '' . Display :: return_icon('question_add.gif', get_lang('NewEx')) . get_lang('NewEx') . ''; echo '' . Display :: return_icon('jqz.gif', get_lang('ImportHotPotatoesQuiz')) . get_lang('ImportHotPotatoesQuiz') . ''; echo '' . Display :: return_icon('show_test_results.gif', get_lang('Results')) . get_lang('Results') . ''; } diff --git a/main/img/question_add.gif b/main/img/question_add.gif new file mode 100644 index 0000000000..2f43acced5 Binary files /dev/null and b/main/img/question_add.gif differ