You are here

function commons_home_homepage in Drupal Commons 6.2

Page callback for the homepage

1 string reference to 'commons_home_homepage'
commons_home_menu in modules/features/commons_home/commons_home.module
Implementation of hook_menu()

File

modules/features/commons_home/commons_home.pages.inc, line 11
Page callbacks for commons_home

Code

function commons_home_homepage() {
  return '';
}