Guest User

Untitled

a guest
Jul 23rd, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. $no_script = '<noscript>'.$index.' </noscript>';
  2. $place_link = l(
  3. $no_script.$this_place->title, // argument 1
  4. 'node/'.$this_place->nid, // argument 2
  5. array(
  6. 'attributes' => array(
  7. 'class' => implode( ' ', $place_css_class),
  8. 'id' => 'place_'.$this_place->nid
  9. )
  10. ),// argument 3
  11. NULL, // argument 4
  12. NULL, // argument 5
  13. NULL, // argument 6
  14. TRUE // argument 7
  15. );
Add Comment
Please, Sign In to add comment