Guest User

Untitled

a guest
Jul 20th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. $attachment = array(
  2. 'name' => $feed['title'],
  3. 'href' => $feed['nodeurl'],
  4. 'caption' => t("{*actor*} hat etwas veröffentlicht auf !site", array("!site" => $site)),
  5. 'media' => array('type' => 'image','src' => $node->field_bild[0]['filepath'],
  6. 'href' => $site),
  7.  
  8. );
Add Comment
Please, Sign In to add comment