| 6 |
// |
// |
| 7 |
// Modified for use in biblio by Ron Jerome |
// Modified for use in biblio by Ron Jerome |
| 8 |
// |
// |
| 9 |
// $Id: biblio_style_mla.inc,v 1.7 2009/02/20 02:40:30 rjerome Exp $ |
// $Id: biblio_style_mla.inc,v 1.8 2009/03/01 01:34:36 rjerome Exp $ |
| 10 |
/** |
/** |
| 11 |
* Get the style information |
* Get the style information |
| 12 |
* |
* |
| 58 |
//if (empty($authors)) $authors = theme('biblio_authors', $node->biblio_contributors[5], 'mla', 5, $inline); // if no authors substitute corp author if available |
//if (empty($authors)) $authors = theme('biblio_authors', $node->biblio_contributors[5], 'mla', 5, $inline); // if no authors substitute corp author if available |
| 59 |
//if (empty($authors)) $authors = '[' . t('Anonymous') . ']'; // use anonymous if we still have nothing. |
//if (empty($authors)) $authors = '[' . t('Anonymous') . ']'; // use anonymous if we still have nothing. |
| 60 |
//$output .= '<span class="biblio-authors">' . $authors . "</span>. \n"; |
//$output .= '<span class="biblio-authors">' . $authors . "</span>. \n"; |
| 61 |
|
if (!empty ($node->biblio_citekey)&&(variable_get('biblio_display_citation_key',0))) { |
| 62 |
|
$output .= '[' . check_plain($node->biblio_citekey) . '] '; |
| 63 |
|
} |
| 64 |
|
|
| 65 |
switch ($node->biblio_type) { |
switch ($node->biblio_type) { |
| 66 |
case 102: //Journal Article |
case 102: //Journal Article |
| 67 |
case 105: //Newspaper Article |
case 105: //Newspaper Article |