You are here

function private_message_view_options in Privatemsg 6.2

Same name and namespace in other branches
  1. 6 privatemsg.module \private_message_view_options()
1 call to private_message_view_options()
privatemsg_admin_settings in ./privatemsg.admin.inc
@file Administration menu callbacks for Privatemsg.

File

./privatemsg.module, line 579
Allows users to send private messages to other users.

Code

function private_message_view_options() {
  $options = module_invoke_all('privatemsg_view_template');
  return $options;
}