I love the new Drupal 7 feature providing the option to link to the module's configuration page from the Modules page. Your module isn't taking advantage of that — but an easy update to the .info file would do it:

unset_css.info
@@ -1,5 +1,6 @@
 name = Unset CSS
 description = Allows site admins to set a list of css files/path patterns that should be unset.
+configure = admin/config/development/unset-css
 
 ; Information added by drupal.org packaging script on 2011-11-25
 version = "7.x-1.x-dev"

Thanks so much for this module — it was just what I needed when Draggable Views wreaked havoc with my CSS!

Comments

kaleworsley’s picture

kaleworsley’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.