]> git.mxchange.org Git - shipsimu.git/blobdiff - application/blog/templates/de/code/login_form.ctp
ToDo manager added (I need it by myself!), all links and form action now dynamic
[shipsimu.git] / application / blog / templates / de / code / login_form.ctp
index 805f28a7b86c4ef4cc46bfa8fb7f10a96684edcc..dca65410a1003dffa718663f5065f0b9f36b9a20 100644 (file)
@@ -70,10 +70,10 @@ if ($helper->ifGuestLoginAllowed()) {
 }
 
 // Get helper instance
-$helper = WebLinkHelper::createWebLinkHelper($this, 'register_login_form_link', 'index.php?app=blog&page=register');
+$helper = WebLinkHelper::createWebLinkHelper($this, 'register_login_form_link', 'index.php?app={?app_short_name?}&page=register');
 
 // Set link text
-$helper->setLinkTextById('register_login_form_link_text');
+$helper->addLinkWithTextById('register_login_form_link_text');
 
 // Flush the content
 $helper->flushContent();