|
|
@ -1311,8 +1311,8 @@ abstract class Question |
|
|
|
//echo '<a href="admin.php?'.api_get_cidreq().'&newQuestion=yes&answerType='.$i.'">'.$explanation.'</a>'; |
|
|
|
//echo '<a href="admin.php?'.api_get_cidreq().'&newQuestion=yes&answerType='.$i.'">'.$explanation.'</a>'; |
|
|
|
} else { |
|
|
|
} else { |
|
|
|
$img = pathinfo($img); |
|
|
|
$img = pathinfo($img); |
|
|
|
$img = $img['filename']; |
|
|
|
$img = $img['filename'].'_na.'.$img['extension']; |
|
|
|
echo ''.Display::return_icon($img.'_na.gif',$explanation).''; |
|
|
|
echo ''.Display::return_icon($img,$explanation).''; |
|
|
|
//echo '<br>'; |
|
|
|
//echo '<br>'; |
|
|
|
//echo ''.$explanation.''; |
|
|
|
//echo ''.$explanation.''; |
|
|
|
} |
|
|
|
} |
|
|
|