]> git.mxchange.org Git - shipsimu.git/blobdiff - application/blog/templates/de/code/login_form.ctp
Links in all templates reworked, Primera API (see www.primusportal.de for details...
[shipsimu.git] / application / blog / templates / de / code / login_form.ctp
index 599fbe51adac302a0f35f6e5a0556687bd1e10b8..805f28a7b86c4ef4cc46bfa8fb7f10a96684edcc 100644 (file)
@@ -69,6 +69,15 @@ if ($helper->ifGuestLoginAllowed()) {
        $helper->flushContent();
 }
 
        $helper->flushContent();
 }
 
+// Get helper instance
+$helper = WebLinkHelper::createWebLinkHelper($this, 'register_login_form_link', 'index.php?app=blog&page=register');
+
+// Set link text
+$helper->setLinkTextById('register_login_form_link_text');
+
+// Flush the content
+$helper->flushContent();
+
 ?>
 <div id="content_header">
        Einloggen zu <span class="app_name">{?app_full_name?}</span>
 ?>
 <div id="content_header">
        Einloggen zu <span class="app_name">{?app_full_name?}</span>
@@ -85,5 +94,5 @@ if ($helper->ifGuestLoginAllowed()) {
 </div>
 
 <div id="content_footer">
 </div>
 
 <div id="content_footer">
-       Noch kein Loginaccount? [<a href="$config[base_url]/index.php?app=blog&amp;page=register">Dann hier kostenlos anmelden!</a>]
+       Noch kein Loginaccount? {?register_login_form_link?}
 </div>
 </div>