| 7 system_test.module | system_test_main_content_fallback() |
| 8 system_test.module | system_test_main_content_fallback() |
Menu callback to test main content fallback().
1 string reference to 'system_test_main_content_fallback'
File
- modules/
simpletest/ tests/ system_test.module, line 330
Code
function system_test_main_content_fallback() {
return t('Content to test main content fallback');
}
Login or register to post comments