]> git.mxchange.org Git - shipsimu.git/blobdiff - application/ship-simu/templates/de/code/confirm_link.ctp
EOF->EOC in code templates replaced, training form extended
[shipsimu.git] / application / ship-simu / templates / de / code / confirm_link.ctp
index 75a1885204ade85f0660954d0b62465c977b373a..6e6c6bbc8888e4b62c436ec9c29eb9bf0737d1ef 100644 (file)
@@ -1,3 +1,15 @@
+<?php
+// Get helper instance
+$helperInstance = ObjectFactory::createObjectByConfiguredName('web_link_helper', array($this, 'direct_login_link', 'index.php?app={?app_short_name?}&amp;page=login'));
+
+// Set link text
+$helperInstance->addLinkWithTextById('direct_login_link_text');
+
+// Flush the content
+$helperInstance->flushContent();
+
+// [EOC]
+?>
 <div id="content_header">
        Best&auml;tigung Deiner Email-Adresse:
 </div>
@@ -9,5 +21,5 @@
 </div>
 
 <div id="content_footer">
-       <a href="$config[base_url]/index.php?app=ship-simu&amp;page=login" title="Direkt zum Login-Formular">Hier geht es direkt zum Login!</a>
+       {?direct_login_link?}
 </div>