Advertisement
Guest User

Untitled

a guest
Jun 19th, 2019
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. function mymodule_profile_modal( $user,$js)
  2. {
  3. $output = t('<p>Lorem ipsum dolor sit amet...</p>');
  4. $title = t('Modal example');
  5. if ($js) {
  6. ctools_include('ajax');
  7. ctools_include('modal');
  8. ctools_modal_render($title, $output);
  9. // above command will exit().
  10. }
  11.  
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement