summaryrefslogtreecommitdiff
path: root/modules/user/user_profile_item.tpl.php
diff options
context:
space:
mode:
Diffstat (limited to 'modules/user/user_profile_item.tpl.php')
-rw-r--r--modules/user/user_profile_item.tpl.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/modules/user/user_profile_item.tpl.php b/modules/user/user_profile_item.tpl.php
new file mode 100644
index 000000000..e234380b8
--- /dev/null
+++ b/modules/user/user_profile_item.tpl.php
@@ -0,0 +1,5 @@
+<?php
+ $attributes = isset($element['#attributes']) ? ' '. drupal_attributes($element['#attributes']) : '';
+?>
+<dt<?php print $attributes ?>><?php print $element['#title'] ?></dt>
+<dd<?php print $attributes ?>><?php print $element['#value'] ?></dd>