Ability to create individual toggle links
DamienMcKenna - June 3, 2009 - 01:11
| Project: | Fasttoggle |
| Version: | HEAD |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Description
I'd be really cool to be able to create individual toggle links, e.g. to add a toggle link for "Sticky" you'd do
<?php
module_invoke('fasttoggle', 'link', 'sticky', $nid);
?>