summaryrefslogtreecommitdiff
path: root/modules/user/user.module
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2007-08-26 07:46:11 +0000
committerDries Buytaert <dries@buytaert.net>2007-08-26 07:46:11 +0000
commit5e73b66f3a00d42567b8d6b35ee821788428dc75 (patch)
treeced854b3a64a3110e6531b4845ba781b252c9ca5 /modules/user/user.module
parenta8800e4f2694a0107bbf425212bdccb1fe81f5cb (diff)
downloadbrdo-5e73b66f3a00d42567b8d6b35ee821788428dc75.tar.gz
brdo-5e73b66f3a00d42567b8d6b35ee821788428dc75.tar.bz2
- Patch #168028 by dvessler, merlinofchaos, pwolanin et al: both theme functions and templates may need include files. Flush your caches.
Diffstat (limited to 'modules/user/user.module')
-rw-r--r--modules/user/user.module8
1 files changed, 4 insertions, 4 deletions
diff --git a/modules/user/user.module b/modules/user/user.module
index 9f2686722..56200b84e 100644
--- a/modules/user/user.module
+++ b/modules/user/user.module
@@ -31,19 +31,19 @@ function user_theme() {
return array(
'user_picture' => array(
'arguments' => array('account' => NULL),
- 'file' => 'user-picture',
+ 'template' => 'user-picture',
),
'user_profile' => array(
'arguments' => array('account' => NULL),
- 'file' => 'user-profile',
+ 'template' => 'user-profile',
),
'user_profile_category' => array(
'arguments' => array('element' => NULL),
- 'file' => 'user-profile-category',
+ 'template' => 'user-profile-category',
),
'user_profile_item' => array(
'arguments' => array('element' => NULL),
- 'file' => 'user-profile-item',
+ 'template' => 'user-profile-item',
),
'user_list' => array(
'arguments' => array('users' => NULL, 'title' => NULL),