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

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

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

revision 1.9.2.15, Fri Feb 27 21:45:32 2009 UTC revision 1.9.2.16, Sun Mar 1 01:59:10 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2    
3  // $Id: biblio_style_cse.inc,v 1.9.2.14 2009/02/20 03:11:38 rjerome Exp $  // $Id: biblio_style_cse.inc,v 1.9.2.15 2009/02/27 21:45:32 rjerome Exp $
4  /**  /**
5   * Get the style information   * Get the style information
6   *   *
# Line 50  function biblio_style_cse($node, $base = Line 50  function biblio_style_cse($node, $base =
50    
51    if (empty($authors)) $authors = theme('biblio_format_authors', $node->biblio_contributors[5], $author_options, $inline);  // if no authors substitute corp author if available    if (empty($authors)) $authors = theme('biblio_format_authors', $node->biblio_contributors[5], $author_options, $inline);  // if no authors substitute corp author if available
52    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.
53      if (!empty ($node->biblio_citekey)&&(variable_get('biblio_display_citation_key',0))) {
54        $output .= '[' . check_plain($node->biblio_citekey) . '] ';
55      }
56    $output .= '<span class="biblio-authors">' . $authors . "</span>.&nbsp; \n";    $output .= '<span class="biblio-authors">' . $authors . "</span>.&nbsp; \n";
57    switch ($node->biblio_type) {    switch ($node->biblio_type) {
58    

Legend:
Removed from v.1.9.2.15  
changed lines
  Added in v.1.9.2.16

  ViewVC Help
Powered by ViewVC 1.1.2