Active
Project:
Smileys
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
26 May 2009 at 03:49 UTC
Updated:
26 May 2009 at 03:49 UTC
Currently, the smileys block output is not in a theme function. smileys_table() builds up the output and then pipes it directly to theme('table'). This means that in order to affect how this block looks, you need to override theme_table().