X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=application%2Fship-simu%2Ftemplates%2Fde%2Fcode%2Faction_login_logout.ctp;h=8e430022a3d371be6b8db277292b36dc03154a70;hb=ed423f90d3cad10f8a1de9fa70274c4b322e662e;hp=459d305919b09d248d28db371d065b5625b648ac;hpb=0dd96b04cd8d0e95ec63bac5f3b391def4481140;p=shipsimu.git diff --git a/application/ship-simu/templates/de/code/action_login_logout.ctp b/application/ship-simu/templates/de/code/action_login_logout.ctp index 459d305..8e43002 100644 --- a/application/ship-simu/templates/de/code/action_login_logout.ctp +++ b/application/ship-simu/templates/de/code/action_login_logout.ctp @@ -1,18 +1,18 @@ setLinkTextById('logout_now_link_text'); +$helper->addLinkWithTextById('logout_now_link_text'); // Flush the content $helper->flushContent(); // Get helper instance -$helper = WebLinkHelper::createWebLinkHelper($this, 'return_login_link', 'index.php?app=ship-simu&page=login_area'); +$helper = WebLinkHelper::createWebLinkHelper($this, 'return_login_link', 'index.php?app={?app_short_name?}&page=login_area'); // Set link text -$helper->setLinkTextById('return_login_link_text'); +$helper->addLinkWithTextById('return_login_link_text'); // Flush the content $helper->flushContent();