Exemplo n.º 1
0
		if (document.getElementById(divname).style.display == "block") {
			document.getElementById(divname).style.display = "none";

		} else {
			document.getElementById(divname).style.display = "block";
		}
	}
</script>
<?php 
jimport('joomla.html.pane');
$user = JFactory::getUser();
$usertype = array_keys($user->groups);
$user->usertype = $usertype[0];
$user->gid = $user->groups[$user->usertype];
$quicklink_icon = explode(",", QUICKLINK_ICON);
$new_arr = RedShopHelperImages::geticonarray();
$option = JRequest::getCmd('option');
?>
<table cellspacing="0" cellpadding="0" border="0" width="100%">
<tr>
<td valign="top" width="50%">
<table class="adminlist">

<tr>
	<td class="distitle"><?php 
echo JText::_('COM_REDSHOP_PRODUCT_MANAGEMENT');
?>
</td>
</tr>
<tr>
	<td>