From 83fbaa466920a19490007a524d5abd3da57b8121 Mon Sep 17 00:00:00 2001 From: bachy Date: Mon, 11 Feb 2013 13:08:40 +0100 Subject: [PATCH] change register-block title (more explicit) Signed-off-by: bachy --- materio_user.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/materio_user.module b/materio_user.module index b0928e81..2622ddeb 100644 --- a/materio_user.module +++ b/materio_user.module @@ -47,7 +47,7 @@ function materio_user_block_view($delta = '') { switch ($delta) { case 'user_register': if(isset($user->roles[1])){ - $block['subject'] = drupal_is_front_page() ? t('Your projects will born from here') : t('Create your materiO\' account'); + $block['subject'] = t('Create your materiO\' account');//drupal_is_front_page() ? t('Your projects will born from here') : t('Create your materiO\' account'); $block['content'] = drupal_render(drupal_get_form('user_register_form')); } break;