summaryrefslogtreecommitdiff
path: root/modules/user/user_profile_item.tpl.php
blob: e234380b88bdd4694945e0e46bac429a8b048978 (plain)
1
2
3
4
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>