Does Drupal have print button like print link

drugshater

New Member
Drupal has a print link function that I'm using in my .tpl.php \[code\]<?phpprint l(t('Announcement'), 'node/30');?>\[/code\]\[code\]l\[/code\] makes it become a link. Does drupal have an equivalent API function to make buttons? If not, what's your best suggestion for this?
 
Back
Top