Friday, September 28, 2012

reCAPTCHA - Module

Uses the reCAPTCHA web service to improve the CAPTCHA system and protect email addresses.

Read More...

No comments:

Post a Comment

only show translated menu items into current language (Drupal 8)

function MY_THEME_preprocess_menu(&$variables) {   if ($variables['menu_name'] == 'brancott-header-menu') {    $langu...