diff options
author | Dries Buytaert <dries@buytaert.net> | 2007-04-23 16:58:10 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2007-04-23 16:58:10 +0000 |
commit | 61f46c6aa94ecb092b945e85f07a18bdfb219416 (patch) | |
tree | b8c4d7757110dbebe973d99c802385f679baae3f | |
parent | 45aa7f61acf1e31ddd735edbfcf05cafcc9b6410 (diff) | |
download | brdo-61f46c6aa94ecb092b945e85f07a18bdfb219416.tar.gz brdo-61f46c6aa94ecb092b945e85f07a18bdfb219416.tar.bz2 |
- Patch #138234 by webchick: Missing theme_user_signature from user_theme().
-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), + ), ); } |