You are here

function privatemsg_view_options in Privatemsg 7

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

File

./privatemsg.admin.inc, line 212
Administration menu callbacks for Privatemsg.

Code

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