Skip to content

Instantly share code, notes, and snippets.

@init90
Created December 29, 2016 16:42
Show Gist options
  • Select an option

  • Save init90/38ab2cb17a2c8c51417fe33af2c0d222 to your computer and use it in GitHub Desktop.

Select an option

Save init90/38ab2cb17a2c8c51417fe33af2c0d222 to your computer and use it in GitHub Desktop.
Drupal 7, display status message in ctools popup
ctools_include('ajax');
ctools_include('modal');
ctools_modal_add_js();
drupal_set_message('test');
ctools_modal_render('test', theme('status_messages'));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment