X-Git-Url: https://git.mxchange.org/?p=shipsimu.git;a=blobdiff_plain;f=application%2Fblog%2Ftemplates%2Fde%2Fcode%2Flogin_form.ctp;h=805f28a7b86c4ef4cc46bfa8fb7f10a96684edcc;hp=599fbe51adac302a0f35f6e5a0556687bd1e10b8;hb=0dd96b04cd8d0e95ec63bac5f3b391def4481140;hpb=5eac03487fe0c01b80e4ab96f149fff99ce47ab3 diff --git a/application/blog/templates/de/code/login_form.ctp b/application/blog/templates/de/code/login_form.ctp index 599fbe5..805f28a 100644 --- a/application/blog/templates/de/code/login_form.ctp +++ b/application/blog/templates/de/code/login_form.ctp @@ -69,6 +69,15 @@ if ($helper->ifGuestLoginAllowed()) { $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(); + ?>
Einloggen zu {?app_full_name?} @@ -85,5 +94,5 @@ if ($helper->ifGuestLoginAllowed()) {