Пример #1
0
				</div>

				<div id="divCaptcha">
					<?php 
    if (SHOW_CAPTCHA) {
        ?>
						<table cellspacing="0" cellpadding="0" border="0" width="100%">
							<tr>
								<td align="left">
									<fieldset class="adminform">
										<legend><?php 
        echo JText::_('COM_REDSHOP_CAPTCHA');
        ?>
</legend>
										<?php 
        echo $userhelper->getCaptchaTable();
        ?>
									</fieldset>
								</td>
							</tr>
						</table>
					<?php 
    }
    ?>
				</div>

				<div>
					<table cellspacing="3" cellpadding="0" border="0" width="100%">
						<?php 
    if (JPluginHelper::isEnabled('redshop_veis_registration', 'rs_veis_registration')) {
        ?>