<?php
/**
* @copyright Copyright (C) 2014 OpenSource Technologies Pvt. Ltd. All rights reserved
* * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL
*/
defined('_JEXEC') or die('Restricted access'); ?>
<table class="contentpaneopen<?php echo $params->get('moduleclass_sfx'); ?>">
<tr>
<td class="contentheading<?php echo $params->get('moduleclass_sfx'); ?>" width="100%">
<?php echo $item; ?>
</td>
</tr>
</table>