Ejemplo n.º 1
0
		<?php 
}
?>
	</table>
</fieldset>
<fieldset class="adminform">
<legend><?php 
echo $VM_LANG->_('VM_USER_FORM_LEGEND_PARAMETERS');
?>
</legend>
	<table class="admintable" cellspacing="1">
		<tr>
			<td>
			<?php 
if (is_callable(array($params, 'render'))) {
    echo $params->render('params');
}
?>
			</td>
		</tr>
	</table>
</fieldset>
<fieldset class="adminform">
<legend><?php 
echo $VM_LANG->_('VM_USER_FORM_LEGEND_CONTACTINFO');
?>
</legend>
	<?php 
if (!$contact) {
    ?>
	<table class="admintable" cellspacing="1">