| 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 |
| 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"); |