You are here

function theme_biblio_coin_button in Bibliography Module 6.2

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

Parameters

array $element:

File

includes/biblio_theme.inc, line 17

Code

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