function empty_front_page_callback in Empty Front Page 7
Same name and namespace in other branches
- 6 empty_front_page.module \empty_front_page_callback()
1 string reference to 'empty_front_page_callback'
File
- ./
empty_front_page.module, line 7
Code
function empty_front_page_callback() {
drupal_set_title('');
return array();
}