Removing file that didn't belong in last commit

6.x
Steven Wittens 2007-06-21 04:57:19 +00:00
parent e7d31327cf
commit c5443d739e
1 changed files with 0 additions and 9 deletions

View File

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