function ng_lightbox_test_page in NG Lightbox 7
1 string reference to 'ng_lightbox_test_page'
- ng_lightbox_test_menu in tests/
modules/ ng_lightbox_test/ ng_lightbox_test.module - Implements hook_menu().
File
- tests/
modules/ ng_lightbox_test/ ng_lightbox_test.module, line 21 - Test module.
Code
function ng_lightbox_test_page() {
return print_r($_GET, TRUE);
}