]> git.mxchange.org Git - shipsimu.git/blobdiff - application/ship-simu/templates/de/code/login_main.ctp
Missing method added to link helper, method renamed
[shipsimu.git] / application / ship-simu / templates / de / code / login_main.ctp
index bf47313dad9cfb1685389b14e503f46b12ac84fd..81c6c111cdfc181470e35140e9a764966bd013db 100644 (file)
@@ -63,13 +63,14 @@ if ($blockInstance->getValueInstance()->ifUserIsFounder()) {
 $blockInstance->flushContent();
 
 // Get helper instance
-$helper = WebLinkHelper::createWebLinkHelper($this, 'logout_action_link', 'index.php?app=ship-simu&page=login_area');
+$linkInstance = WebLinkHelper::createWebLinkHelper($this, 'logout_action_link', 'index.php?app=ship-simu&page=login_area');
 
 // Add action
-$helper->addActionLink('logout', "Ausloggen");
+$linkInstance->addLinkGroup('logout', "");
+$linkInstance->addActionLink('logout', "Ausloggen");
 
 // Flush the content
-$helper->flushContent();
+$linkInstance->flushContent();
 
 // End of all PHP commands
 ?>