summaryrefslogtreecommitdiff
path: root/modules/user/user_profile_category.tpl.php
blob: 386cb58330a7bd00d8a77fb5ed5efa9abfcc6eec (plain)
1
2
3
4
5
6
7
<?php if ($element['#title']): ?>
  <h3><?php print $element['#title'] ?></h3>
<?php endif; ?>

<dl<?php (isset($element['#attributes']) ? print drupal_attributes($element['#attributes']) : '') ?>>
<?php print $element['#children'] ?>
</dl>