system_test_main_content_fallback

Versions
mediamosa-21
system_test_main_content_fallback()

Menu callback to test main content fallback().

Code

modules/simpletest/tests/system_test.module, line 285

<?php
function system_test_main_content_fallback() {
  return t('Content to test main content fallback');
}
?>