Lets remove php logic from templates. i think they should be as simple as 'if something is set, print it'. so we need to make sure we implode actions into LI in preprocess function.
<?php foreach ($message_actions as $action): ?>
<li><?php print $action ?></li>
<?php endforeach; ?>
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | privatemsg.actions.patch | 3.16 KB | berdir |
Comments
Comment #1
berdirThe attached patch does use theme_links to display them. To do this, I needed to change
Comment #2
litwol commentedGood patch!
its in .