Rewritten for updated core
[shipsimu.git] / application / ship-simu / templates / de / code / confirm_link.ctp
index 6e6c6bbc8888e4b62c436ec9c29eb9bf0737d1ef..e8e784bb78dccfa1cb411570ba7749a25a80de64 100644 (file)
@@ -1,9 +1,9 @@
 <?php
 // Get helper instance
-$helperInstance = ObjectFactory::createObjectByConfiguredName('web_link_helper', array($this, 'direct_login_link', 'index.php?app={?app_short_name?}&amp;page=login'));
+$helperInstance = ObjectFactory::createObjectByConfiguredName('web_link_helper', array($this, 'direct_login', 'index.php?app={?app_short_name?}&amp;page=login'));
 
 // Set link text
-$helperInstance->addLinkWithTextById('direct_login_link_text');
+$helperInstance->addLinkWithTextById('direct_login');
 
 // Flush the content
 $helperInstance->flushContent();
@@ -21,5 +21,5 @@ $helperInstance->flushContent();
 </div>
 
 <div id="content_footer">
-       {?direct_login_link?}
+       {?direct_login?}
 </div>