00001 <?php 00002 00007 ?> 00008 <div class="<?php print $classes; ?>" <?php print $attributes; ?>> 00009 <?php print $item_help_icon; ?> 00010 <?php if(!empty($actions)) : ?> 00011 <?php print $actions; ?> 00012 <?php endif; ?> 00013 <?php if (!empty($title)) : ?> 00014 <h3><?php print $title; ?></h3> 00015 <?php endif; ?> 00016 <?php print $content; ?> 00017 </div>