]> git.mxchange.org Git - shipsimu.git/blobdiff - application/ship-simu/templates/de/code/action_login_logout.ctp
Missing method added to link helper, method renamed
[shipsimu.git] / application / ship-simu / templates / de / code / action_login_logout.ctp
index 459d305919b09d248d28db371d065b5625b648ac..b7ebf877b58b5cc2b32f27452fae01e3e1711661 100644 (file)
@@ -3,7 +3,7 @@
 $helper = WebLinkHelper::createWebLinkHelper($this, 'logout_now_link', 'index.php?app=ship-simu&page=logout&logout=1');
 
 // Set link text
-$helper->setLinkTextById('logout_now_link_text');
+$helper->addLinkWithTextById('logout_now_link_text');
 
 // Flush the content
 $helper->flushContent();
@@ -12,7 +12,7 @@ $helper->flushContent();
 $helper = WebLinkHelper::createWebLinkHelper($this, 'return_login_link', 'index.php?app=ship-simu&page=login_area');
 
 // Set link text
-$helper->setLinkTextById('return_login_link_text');
+$helper->addLinkWithTextById('return_login_link_text');
 
 // Flush the content
 $helper->flushContent();