Removing file that didn't belong in last commit
parent
e7d31327cf
commit
c5443d739e
|
@ -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>
|
Loading…
Reference in New Issue