/[drupal]/contributions/modules/gamertags/plugins/content_types/gamertags.inc
ViewVC logotype

Diff of /contributions/modules/gamertags/plugins/content_types/gamertags.inc

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

revision 1.1.2.4 by pobster, Tue Nov 17 07:32:44 2009 UTC revision 1.1.2.5 by pobster, Fri Nov 20 21:39:40 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: gamertags.inc,v 1.1.2.3 2009/11/09 12:30:28 pobster Exp $  // $Id: gamertags.inc,v 1.1.2.4 2009/11/17 07:32:44 pobster Exp $
3    
4  /**  /**
5   * @file   * @file
# Line 57  function gamertags_gamertags_content_typ Line 57  function gamertags_gamertags_content_typ
57    $block = new stdClass();    $block = new stdClass();
58    $block->title = "Gamertags";    $block->title = "Gamertags";
59    if ($account) {    if ($account) {
60      $block->content = theme('gamertags_all', $account);      $block->content = theme('gamertags_render', $account);
61    }    }
62    else {    else {
63      $block->content = t("User information not available");      $block->content = t("User information not available");

Legend:
Removed from v.1.1.2.4  
changed lines
  Added in v.1.1.2.5

  ViewVC Help
Powered by ViewVC 1.1.3