You are here

function party_info in Party 8.2

Mock up the Party admin interface - this is horrible: do it a better way.

1 string reference to 'party_info'
party_menu in ./party.module
Implements hook_menu().

File

./party.admin.inc, line 11
Admin page callback file for the party module.

Code

function party_info() {
  return "Temporary";
}