You are here

function biblio_token_list in Bibliography Module 6.2

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

File

./biblio.module, line 2430
Main file for Drupal module biblio.

Code

function biblio_token_list($type = 'all') {
  module_load_include('inc', 'biblio', '/includes/biblio.tokens');
  return _biblio_token_list($type);
}