I am trying to make two widgets. I have one widget working perfectly by extending the WP_Widget. It shows up in the admin, it works, it displays on my site no problems. It is when I try to add a second custom widget is when things go wrong. The first widget takes on the second widget and no longer displays in the admin area or the homepage.
Here is the code for my two widgets http://pastebin.com/ApNq7hwH
can you take a look and offer me some advice?
Thank you