The Hotpot module appears not to function properly with Custom Corners turned on.
Image uploaded: "Existing Hot Potatoes Matching with any Custom Corners Theme (Hot Potatoes not compatible with Custom Corners)"
Reference discussion:
http://moodle.org/mod/forum/discuss.php?d=97503
In particular the display of the HotPot quizzes goes loopy, as the screen shot demonstrates.
To fix this properly requires modifiying mod/hopot/view.php to do the following:
1. separate the Hot Potatoes styles and Moodle theme styles
2. adding the special hacks to start and finish the custom corners
if ($THEME->customcorners) {
print_custom_corners_start();
}
if ($THEME->customcorners) {
print_custom_corners_end();
}
3. it may also be necessary to make sure that a standard Moodle footer is printed for some HotPot output formats