Created
December 29, 2016 16:42
-
-
Save init90/38ab2cb17a2c8c51417fe33af2c0d222 to your computer and use it in GitHub Desktop.
Drupal 7, display status message in ctools popup
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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