Advertisement
Guest User

Untitled

a guest
Jul 28th, 2016
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. $termid = arg(2);
  2. $term = taxonomy_term_load($termid);
  3. $title = $term->name;
  4.  
  5. $title = str_replace(' ', '', $title);
  6.  
  7. $field_organisation->field_organisation['und'][0]['tid'];
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement