diff options
author | Angie Byron <webchick@24967.no-reply.drupal.org> | 2009-05-21 23:07:16 +0000 |
---|---|---|
committer | Angie Byron <webchick@24967.no-reply.drupal.org> | 2009-05-21 23:07:16 +0000 |
commit | 4bc255ba792db435e2d487f113ca2a638ed63fea (patch) | |
tree | 0ca88b698215d5866b5643ad57add73b4410d64a /modules/user | |
parent | 02c8592759c5b33d3d94fe6a515f10af4317dd5c (diff) | |
download | brdo-4bc255ba792db435e2d487f113ca2a638ed63fea.tar.gz brdo-4bc255ba792db435e2d487f113ca2a638ed63fea.tar.bz2 |
Roll-back of #310467: Breaks installer requirements check and update.php.
Diffstat (limited to 'modules/user')
-rw-r--r-- | modules/user/user.module | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/modules/user/user.module b/modules/user/user.module index b8443504e..6845be0a7 100644 --- a/modules/user/user.module +++ b/modules/user/user.module @@ -42,32 +42,40 @@ function user_theme() { 'user_profile' => array( 'arguments' => array('elements' => NULL), 'template' => 'user-profile', + 'file' => 'user.pages.inc', ), 'user_profile_category' => array( 'arguments' => array('element' => NULL), 'template' => 'user-profile-category', + 'file' => 'user.pages.inc', ), 'user_profile_item' => array( 'arguments' => array('element' => NULL), 'template' => 'user-profile-item', + 'file' => 'user.pages.inc', ), 'user_list' => array( 'arguments' => array('users' => NULL, 'title' => NULL), ), 'user_admin_perm' => array( 'arguments' => array('form' => NULL), + 'file' => 'user.admin.inc', ), 'user_admin_new_role' => array( 'arguments' => array('form' => NULL), + 'file' => 'user.admin.inc', ), 'user_admin_account' => array( 'arguments' => array('form' => NULL), + 'file' => 'user.admin.inc', ), 'user_filter_form' => array( 'arguments' => array('form' => NULL), + 'file' => 'user.admin.inc', ), 'user_filters' => array( 'arguments' => array('form' => NULL), + 'file' => 'user.admin.inc', ), 'user_signature' => array( 'arguments' => array('signature' => NULL), |