
Brady R. Cole - 2010-08-13 19:34:19
Thanks for the great work on this class, it's very helpful! I did find a small bug in the code.
Line 89 in Functions.php reads
$menu .= '</td><tr>';
but it should read
$menu .= '</td></tr>';
Thanks again this is great work!