Browse Source

- Merge with edhelas

pull/16/head
Jaussoin Timothée 11 years ago
parent
commit
683e86b5f9
  1. 4
      app/widgets/ContactInfo/ContactInfo.php

4
app/widgets/ContactInfo/ContactInfo.php

@ -74,7 +74,7 @@ class ContactInfo extends WidgetCommon
'&format=json'
);
$json = json_decode(file_get_contents($l));
$json = json_decode(requestURL($l, 2));
$img = $json->album->image[2]->{'#text'};
$url = $json->album->url;
@ -122,6 +122,8 @@ class ContactInfo extends WidgetCommon
}
}
$html .= '<div class="clear"></div>';
// Accounts
if($c->twitter && $c->twitter != '') {
$html .= '

Loading…
Cancel
Save