You appear to be a bot. Output may be restricted
Description
In WordPress Artisteer provides code to deal with buttons but in Drupal it needs more wrapping.
Usage
art_button( $linkurl, $text, $title, $class );
Parameters
- $linkurl
- ( mixed ) required –
- $text
- ( mixed ) required –
- $title
- ( mixed ) optional –
- $class
- ( mixed ) optional –
Returns
voidSource
File name: oik/includes/bobbcomp.phpLines:
1 to 3 of 3
function art_button( $linkurl, $text, $title=NULL, $class=NULL ) { BW_::alink( "button " . $class , $linkurl, $text, $title ) ; }View on GitHub View on Trac