Posted by elliotttf on July 10, 2009 at 4:47pm
| Project: | Activity Stream |
| Version: | 6.x-2.x-dev |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | needs work |
Issue Summary
Right now, activity stream only allows items to be themed using theme functions. I believe it would be desirable to allow sub modules to theme their activity stream items using theme templates or theme functions. I have attached a patch to make this possible.
| Attachment | Size |
|---|---|
| activitystream.patch | 1.01 KB |
Comments
#1
Re-rolled patch: I forgot to pass the arguments to hook_theme().
#2
$action isn't defined -- I suspect you mean $item?