summaryrefslogtreecommitdiff
path: root/modules/profile/profile.module
diff options
context:
space:
mode:
Diffstat (limited to 'modules/profile/profile.module')
-rw-r--r--modules/profile/profile.module6
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/profile/profile.module b/modules/profile/profile.module
index 78d59ee70..4a253d7e2 100644
--- a/modules/profile/profile.module
+++ b/modules/profile/profile.module
@@ -58,15 +58,15 @@ function profile_theme() {
return array(
'profile_block' => array(
'arguments' => array('account' => NULL, 'fields' => array()),
- 'file' => 'profile-block',
+ 'template' => 'profile-block',
),
'profile_listing' => array(
'arguments' => array('account' => NULL, 'fields' => array()),
- 'file' => 'profile-listing',
+ 'template' => 'profile-listing',
),
'profile_wrapper' => array(
'arguments' => array('content' => NULL),
- 'file' => 'profile-wrapper',
+ 'template' => 'profile-wrapper',
)
);
}