You are here

commons_home.pages.inc in Drupal Commons 6.2

Page callbacks for commons_home

File

modules/features/commons_home/commons_home.pages.inc
View source
<?php

/**
 * @file
 *   Page callbacks for commons_home
 */

/**
 * Page callback for the homepage
 */
function commons_home_homepage() {
  return '';
}

Functions

Namesort descending Description
commons_home_homepage Page callback for the homepage