When using the "friendselectric" theme, I noticed that the "Admin block" appeared incorrect.
It seems to me that when $block['centent'] is being constructed a theme() call is made thus:-
$block['content'] = theme('item_list', ....)
but, in the code above that it appeard to 'wanting' to be links (the [ ]|[ ] section) rather than a bullet list. I changed the code so that I had :-
$block['content'] = theme('links', ....
and it now displays as I expected it to.
--Ak
| Comment | File | Size | Author |
|---|---|---|---|
| adminblock.module.patch | 2.69 KB | AjK |
Comments
Comment #1
frjo commentedFriendselectric does some very special stuff to item lists in its style.css.
If the items in a list is only simple links it works, but when the items are more complex like in admin_block the output looks very weird indeed.
In all other themes I tested it works as expected so I mark this as "won't fix".