diff options
Diffstat (limited to 'templates/user-profile-category.tpl.php')
-rw-r--r-- | templates/user-profile-category.tpl.php | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/templates/user-profile-category.tpl.php b/templates/user-profile-category.tpl.php new file mode 100644 index 0000000..e66ba19 --- /dev/null +++ b/templates/user-profile-category.tpl.php @@ -0,0 +1,14 @@ +<?php +// $Id$ +/** + * @file + * Output for user profile categories. + */ +?> +<?php if ($title) : ?> + <h2><?php print $title; ?></h2> +<?php endif; ?> + +<dl<?php print $attributes; ?>> + <?php print $profile_items; ?> +</dl> |