]> git.mxchange.org Git - shipsimu.git/blobdiff - application/blog/templates/de/code/login_main.ctp
ToDo manager added (I need it by myself!), all links and form action now dynamic
[shipsimu.git] / application / blog / templates / de / code / login_main.ctp
index 3807d7548b27c249f3f23e45512cb456808fa175..df6c2ba1eab660da21d1b83d1a240010ac8ed48b 100644 (file)
@@ -63,7 +63,7 @@ if ($blockInstance->getValueInstance()->ifUserIsFounder()) {
 $blockInstance->flushContent();
 
 // Get helper instance
-$helper = WebLinkHelper::createWebLinkHelper($this, 'logout_action_link', 'index.php?app=blog&page=login_area');
+$helper = WebLinkHelper::createWebLinkHelper($this, 'logout_action_link', 'index.php?app={?app_short_name?}&page=login_area');
 
 // Add action
 $helper->addActionLink('logout', "Ausloggen");