]> git.mxchange.org Git - shipsimu.git/blobdiff - application/ship-simu/templates/de/code/login_main.ctp
Deprecated parameter removed
[shipsimu.git] / application / ship-simu / templates / de / code / login_main.ctp
index 0ad51a2f849bff1b6a5656fe7f01d57b3e6cd72e..eb1386187e77da5ff945c4aaa9205b50296b789e 100644 (file)
@@ -63,7 +63,7 @@ if ($blockInstance->getValueInstance()->ifUserIsFounder()) {
 $blockInstance->flushContent();
 
 // Get helper instance
-$linkInstance = ObjectFactory::createObjectByConfiguredName('web_link_helper', array($this, 'logout_action', 'index.php?app={?app_short_name?}&page=login_area'));
+$linkInstance = ObjectFactory::createObjectByConfiguredName('web_link_helper', array($this, 'logout'));
 
 // Add action
 $linkInstance->addActionLinkById('logout', 'logout');
@@ -91,7 +91,7 @@ $linkInstance->flushContent();
        </div>
 
        <div id="logout">
-               {?logout_action?}
+               {?logout?}
        </div>
 </div>