]> git.mxchange.org Git - shipsimu.git/blobdiff - application/todo/templates/de/code/confirm_link.ctp
External core repository finally set
[shipsimu.git] / application / todo / templates / de / code / confirm_link.ctp
index eaf8060723cffd9ef4f039766c40bdaa0946b820..7ec393345e78b86aa5d69a33c5c734e518c8ecfe 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 // Get helper instance
-$helper = WebLinkHelper::createWebLinkHelper($this, 'direct_login_link', 'index.php?app={?app_short_name?}&amp;page=login');
+$helper = ObjectFactory::createObjectByConfiguredName('web_link_helper', array($this, 'direct_login_link', 'index.php?app={?app_short_name?}&amp;page=login'));
 
 // Set link text
 $helper->addLinkWithTextById('direct_login_link_text');
@@ -8,7 +8,7 @@ $helper->addLinkWithTextById('direct_login_link_text');
 // Flush the content
 $helper->flushContent();
 
-// [EOF]
+// [EOC]
 ?>
 <div id="content_header">
        Best&auml;tigung Deiner Email-Adresse:
@@ -16,8 +16,8 @@ $helper->flushContent();
 
 <div id="content_body">
        Hallo <span class="data_username">{?username?}</span>! Du hast heute deine
-       Email-Addresse best&auml;tigt, wodurch alle Blogfunktionen entsperrt
-       worden sind. Viel Spass beim Bloggen!
+       Email-Addresse best&auml;tigt, wodurch alle ToDo-Managerfunktionen entsperrt
+       worden sind.
 </div>
 
 <div id="content_footer">