drupal/modules/user/user_profile_item.tpl.php

6 lines
250 B
PHP

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