You are here

function notifications_forum_theme in Forum notifications 7

Same name and namespace in other branches
  1. 6 notifications_forum.module \notifications_forum_theme()

Implements hook_theme().

File

./notifications_forum.module, line 6

Code

function notifications_forum_theme() {
  return array(
    'notifications_forum_user_subscriptions_form' => array(
      'render element' => 'form',
    ),
  );
}