Exemplo n.º 1
0
							<tr>
								<td align="left"><?php 
    echo $userhelper->getCaptchaTable();
    ?>
</td>
							</tr>
						</table>
					</td>
				</tr>
			<?php 
}
if (SHOW_TERMS_AND_CONDITIONS == 1) {
    ?>
				<tr>
					<td><?php 
    echo $rsCarthelper->replaceTermsConditions("{terms_and_conditions}");
    ?>
</td>
				</tr>
			<?php 
}
?>
			<tr>
				<td><input type="submit" class="button" name="submit"
				           value="<?php 
echo JText::_('COM_REDSHOP_SEND_REGISTRATION');
?>
"/></td>
			</tr>
		</table>