Posted by RKS on June 17, 2011 at 12:33am
0 followers
Jump to:
| Project: | Share Buttons (AddToAny) by Lockerz |
| Version: | 6.x-3.4 |
| Component: | Miscellaneous |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
The AddtoAny button appears on the product pages like normal, however, after adding a node-product.tpl.php file inside the theme the A2A button disappears. Is there anything I can put in the php that will add it back into the page with the tpl.php page? Sort of like an area with print $addtoany to call the module?
Comments
#1
It seems the button is included in $links. So printing $links will print the button. But, if you don't want to print your $links, (because there are too many other things in there that I print in other places) what is the php snippet I could use to just embed the button where ever I want? Thanks