X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=application%2Fblog%2Ftemplates%2Fde%2Fcode%2Flogin_form.ctp;h=dca65410a1003dffa718663f5065f0b9f36b9a20;hb=a12f51f9ed853bb79352fb9feffe4ac2c773ee17;hp=805f28a7b86c4ef4cc46bfa8fb7f10a96684edcc;hpb=0dd96b04cd8d0e95ec63bac5f3b391def4481140;p=shipsimu.git diff --git a/application/blog/templates/de/code/login_form.ctp b/application/blog/templates/de/code/login_form.ctp index 805f28a..dca6541 100644 --- a/application/blog/templates/de/code/login_form.ctp +++ b/application/blog/templates/de/code/login_form.ctp @@ -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();