You are here

function theme_biblio_coin_button in Bibliography Module 6

Same name and namespace in other branches
  1. 5 biblio.module \theme_biblio_coin_button()
  2. 6.2 includes/biblio_theme.inc \theme_biblio_coin_button()

Parameters

$element:

Return value

unknown_type

File

./biblio_theme.inc, line 27

Code

function theme_biblio_coin_button($element) {
  return '<a href="/biblio/regen_coins"><input type="button"  name="' . $element['#name'] . '" value="' . $element['#value'] . '"  /></a>';
}