summaryrefslogtreecommitdiff
path: root/modules/user/user_profile_item.tpl.php
blob: 7c8d7ee2cfab7207a3a701a8cc2d4cc0d96894eb (plain)
1
2
3
4
5
6
7
<?php
// $Id$

  $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>