diff options
-rw-r--r-- | themes/garland/user_profile_category.tpl.php | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/themes/garland/user_profile_category.tpl.php b/themes/garland/user_profile_category.tpl.php deleted file mode 100644 index f2325fa99..000000000 --- a/themes/garland/user_profile_category.tpl.php +++ /dev/null @@ -1,9 +0,0 @@ -<div class="profile-category"> - <?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> -</div> |