diff options
Diffstat (limited to 'modules/user/user.module')
-rw-r--r-- | modules/user/user.module | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/user/user.module b/modules/user/user.module index 71689297a..427f232ab 100644 --- a/modules/user/user.module +++ b/modules/user/user.module @@ -53,6 +53,9 @@ function user_theme() { 'user_filters' => array( 'arguments' => array('form' => NULL), ), + 'user_signature' => array( + 'arguments' => array('signature' => NULL), + ), ); } |