]> git.mxchange.org Git - shipsimu.git/blobdiff - application/blog/templates/de/code/confirm_link.ctp
ToDo manager added (I need it by myself!), all links and form action now dynamic
[shipsimu.git] / application / blog / templates / de / code / confirm_link.ctp
index f7f35c53f0185c4cc7265c09eff2f10d1ee2a9b8..eaf8060723cffd9ef4f039766c40bdaa0946b820 100644 (file)
@@ -1,3 +1,15 @@
+<?php
+// Get helper instance
+$helper = WebLinkHelper::createWebLinkHelper($this, 'direct_login_link', 'index.php?app={?app_short_name?}&amp;page=login');
+
+// Set link text
+$helper->addLinkWithTextById('direct_login_link_text');
+
+// Flush the content
+$helper->flushContent();
+
+// [EOF]
+?>
 <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=blog&amp;page=login" title="Direkt zum Login-Formular">Hier geht es direkt zum Login!</a>
+       {?direct_login_link?}
 </div>