]> git.mxchange.org Git - shipsimu.git/blobdiff - application/ship-simu/templates/de/code/confirm_link.ctp
Several entries fixed/renamed (sory, lame text)
[shipsimu.git] / application / ship-simu / templates / de / code / confirm_link.ctp
index cf2d03f39bd9629c7ea7217ad7c76f36208de0da..25f6e674f5ef98f4e0bdafc8801bf2ca4459f088 100644 (file)
@@ -1,14 +1,14 @@
 <?php
 // Get helper instance
-$helperInstance = WebLinkHelper::createWebLinkHelper($this, 'direct_login_link', 'index.php?app={?app_short_name?}&amp;page=login');
+$helperInstance = ObjectFactory::createObjectByConfiguredName('web_link_helper', array($this, 'direct_login'));
 
 // Set link text
-$helperInstance->addLinkWithTextById('direct_login_link_text');
+$helperInstance->addLinkWithTextById('direct_login');
 
 // Flush the content
 $helperInstance->flushContent();
 
-// [EOF]
+// [EOC]
 ?>
 <div id="content_header">
        Best&auml;tigung Deiner Email-Adresse:
@@ -21,5 +21,5 @@ $helperInstance->flushContent();
 </div>
 
 <div id="content_footer">
-       {?direct_login_link?}
+       {?direct_login?}
 </div>