00001 <?php 00002 // $Id: user-profile-category.tpl.php,v 1.2 2007/08/07 08:39:36 goba Exp $ 00003 00027 ?> 00028 <?php if ($title) : ?> 00029 <h3><?php print $title; ?></h3> 00030 <?php endif; ?> 00031 00032 <dl<?php print $attributes; ?>> 00033 <?php print $profile_items; ?> 00034 </dl>