summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorSteven Wittens <steven@10.no-reply.drupal.org>2007-06-21 04:57:19 +0000
committerSteven Wittens <steven@10.no-reply.drupal.org>2007-06-21 04:57:19 +0000
commitc5443d739e8caa07a55080acc06d806c0d0758fa (patch)
treeaa1a625cd4c0eebaa528d5ada709d831c1a28eda /themes
parente7d31327cf885a1f95fa565053478c09f2184f54 (diff)
downloadbrdo-c5443d739e8caa07a55080acc06d806c0d0758fa.tar.gz
brdo-c5443d739e8caa07a55080acc06d806c0d0758fa.tar.bz2
Removing file that didn't belong in last commit
Diffstat (limited to 'themes')
-rw-r--r--themes/garland/user_profile_category.tpl.php9
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>