Moving the secondary menu to a block in the drupal Fusion theme

in

I recently discovered the delights of the Fusion theme, comboed with the Skinrmodule. Very powerful and versatile, should make some theming tasks much easier. I tried creating a subtheme, which was pretty easy to do. One little issue, though; I'm using secondary menu links created as sublinks of the primary menu, and it is displayed at the top of the page. I wanted to move it to the left sidebar, but couldn't find a graceful way to move it to a block.

My solution was to create a tiny module to create the block. I prefer using code rather than adding a block that only lives in the database, since it will run faster and can be version controlled this way.

Here is a link to my Secondary menu block module. You can see the readme and download the code.