Hello Mörten, Thanks for your fantastic module.
I'm running d5.7. I get my admin section iconified but I don't see any iconify settings in admin, is this normal?
Mörten would you please give some sort of step by step instructions, to have side blocks iconify?

PD: I love how this module shines in http://drupaldanmark.dk/

Comments

mortendk’s picture

Status: Active » Postponed (maintainer needs more info)

the only place that this module right now is adding icons is to the field sets - and what it actually just do is to ad a class & an id to the formfields (based on the original english name)

to add icons to the blocks i would suggest to use the $title and add that to a span tag etc
in block.tpl in your theme

<h3><span class="iconify_block" id="iconify_<?php print  $title;?>"></span>  <?php print  $title;?> </h3>

then add em in you style.css