You are here

function pm_block_user_theme in Privatemsg 6

Same name and namespace in other branches
  1. 6.2 pm_block_user/pm_block_user.module \pm_block_user_theme()
  2. 7.2 pm_block_user/pm_block_user.module \pm_block_user_theme()
  3. 7 pm_block_user/pm_block_user.module \pm_block_user_theme()

Implements hook_theme().

File

pm_block_user/pm_block_user.module, line 310
Allows users to block other users from sending them any messages

Code

function pm_block_user_theme() {
  return array(
    'pm_block_user_actions' => array(
      'arguments' => array(
        'form' => NULL,
      ),
    ),
  );
}