You are here

function theme_asin_autocomplete in Amazon Product Advertisement API 6

File

asin/asin.module, line 514
Defines a field type for referencing an Amazon product.

Code

function theme_asin_autocomplete($element) {
  return theme_asin_text($element);
}