Companies: register web page with RECAPTCHA
[mobi/.git] / apps / companyfront / modules / sfGuardAuth / templates / _signin_form.php
index 924a8c7..b13e241 100644 (file)
@@ -15,8 +15,8 @@
             <a href="<?php echo url_for('@sf_guard_forgot_password') ?>"><?php echo __('Forgot your password?', null, 'sf_guard') ?></a>
           <?php endif; ?>
 
-          <?php if (isset($routes['sf_guard_register'])): ?>
-            &nbsp; <a href="<?php echo url_for('@sf_guard_register') ?>"><?php echo __('Want to register?', null, 'sf_guard') ?></a>
+          <?php if (isset($routes['register_index'])): ?>
+            &nbsp; <a href="<?php echo url_for('@register_index') ?>"><?php echo __('Want to register?', null, 'sf_guard') ?></a>
           <?php endif; ?>
         </td>
       </tr>