Posted by beckyjohnson on January 13, 2012 at 7:09am
1 follower
| Project: | Zen |
| Version: | 7.x-3.1 |
| Component: | PHP code |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
I have some code that will print out a flag here:
<?php
print flag_create_link('bookmarks', $node->nid);
?>I want to theme this so that it sits next to the node title, inline, but nothing I do make this work. If i try to put it around the title area in my node.tpl.php, it doesn't show up and I'm not sure that putting it in my page.tpl.php is a good idea. I only want this to show up for a certain content type.
Does anyone have any suggestions on how to do this?
Rebecca