source: extensions/EasyCaptcha/template/register.tpl @ 24215

Last change on this file since 24215 was 24215, checked in by mistic100, 11 years ago

add extension EasyCaptcha

File size: 459 bytes
Line 
1</li>
2<li>
3  {include file=$EASYCAPTCHA_ABS_PATH|cat:'template/common.inc.tpl'}
4
5  {* <!-- DRAG & DROP --> *}
6  {if $EASYCAPTCHA_CHALLENGE == 'drag'}
7  <span class="property"><label>{'easycaptcha_drag_%s'|translate|sprintf:$EASYCAPTCHA_CONF.text}</label></span>
8
9  {* <!-- TIC TAC TOE --> *}
10  {else if $EASYCAPTCHA_CHALLENGE == 'tictac'}
11  <span class="property"><label>{'easycaptcha_tictac'|translate}</label></span>
12
13  {/if}
14  {$smarty.capture.easycaptcha}
Note: See TracBrowser for help on using the repository browser.