]> git.mxchange.org Git - admin.git/blobdiff - application/admin/templates/de/code/login_form.ctp
Fixes for admin area
[admin.git] / application / admin / templates / de / code / login_form.ctp
index dc5dad44b011368ee95f6b648528299c0351aecf..d8421e07a38fea44ca955f5477117dd31504c089 100644 (file)
@@ -51,7 +51,7 @@ if ($helperInstance->ifLoginIsEnabled()) {
 $helperInstance->flushContent();
 
 // Get helper instance
-$helperInstance = ObjectFactory::createObjectByConfiguredName('web_link_helper', array($this, 'register_login', 'index.php?app={?app_short_name?}&page=register'));
+$helperInstance = ObjectFactory::createObjectByConfiguredName('web_link_helper', array($this, 'register_login_form', 'index.php?app={?app_short_name?}&page=register'));
 
 // Set link text
 $helperInstance->addLinkWithTextById('register_login');
@@ -72,5 +72,5 @@ $helperInstance->flushContent();
 </div>
 
 <div id="content_footer">
-       Noch kein Loginaccount? {?register_login?}
+       Noch kein Loginaccount? {?register_login_form?}
 </div>