/[drupal]/contributions/modules/biblio/biblio_style_chicago.inc
ViewVC logotype

Diff of /contributions/modules/biblio/biblio_style_chicago.inc

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.4.2.2, Fri Feb 20 03:11:38 2009 UTC revision 1.4.2.3, Sun Mar 1 01:59:10 2009 UTC
# Line 10  Line 10 
10    
11  // Modified for use in biblio by Ron Jerome  // Modified for use in biblio by Ron Jerome
12  //  //
13  // $Id: biblio_style_chicago.inc,v 1.4 2009/02/20 02:40:30 rjerome Exp $  // $Id: biblio_style_chicago.inc,v 1.4.2.2 2009/02/20 03:11:38 rjerome Exp $
14  /**  /**
15   * Get the style information   * Get the style information
16   *   *
# Line 64  function biblio_style_chicago($node, $ba Line 64  function biblio_style_chicago($node, $ba
64    //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
65    //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.
66    //$output .= '<span class="biblio-authors">' . $authors . "</span>.&nbsp; \n";    //$output .= '<span class="biblio-authors">' . $authors . "</span>.&nbsp; \n";
67      if (!empty ($node->biblio_citekey)&&(variable_get('biblio_display_citation_key',0))) {
68        $output .= '[' . check_plain($node->biblio_citekey) . '] ';
69      }
70    
71    switch ($node->biblio_type) {    switch ($node->biblio_type) {
72      case 102: //Journal Article      case 102: //Journal Article
73      case 105: //Newspaper Article      case 105: //Newspaper Article

Legend:
Removed from v.1.4.2.2  
changed lines
  Added in v.1.4.2.3

  ViewVC Help
Powered by ViewVC 1.1.2