function empty_front_page_callback in Empty Front Page 6
Same name and namespace in other branches
- 7 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 '';
}