Links in all templates reworked, Primera API (see www.primusportal.de for details...
[shipsimu.git] / application / ship-simu / templates / de / code / confirm_link.ctp
index 75a1885204ade85f0660954d0b62465c977b373a..91ae0dc979f8186dce19c1eed6d40ce71f657419 100644 (file)
@@ -1,3 +1,15 @@
+<?php
+// Get helper instance
+$helper = WebLinkHelper::createWebLinkHelper($this, 'direct_login_link', 'index.php?app=ship-simu&amp;page=login');
+
+// Set link text
+$helper->setLinkTextById('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=ship-simu&amp;page=login" title="Direkt zum Login-Formular">Hier geht es direkt zum Login!</a>
+       {?direct_login_link?}
 </div>